Spring配置文件中报错:Multiple markers at this line

Spring配置文件中报错:



解决办法:

  在头部文件xsi:schemaLocation 中加入以下信息:

           http://www.springframework.org/schema/tx 
  http://www.springframework.org/schema/tx/spring-tx.xsd



你可能感兴趣的:(Spring配置文件中报错:Multiple markers at this line)