xml页面开头报错Multiple annotations found at this line

解决方案:

将下图黄色背景部分的版本与导入的spring版本一致

xsi:schemaLocation="
    http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.0.xsd
    http://www.springframework.org/schema/context
    http://www.springframework.org/schema/context/spring-context-4.0.xsd
    http://www.springframework.org/schema/aop
    http://www.springframework.org/schema/aop/spring-aop-4.0.xsd
    http://www.springframework.org/schema/tx
    http://www.springframework.org/schema/tx/spring-tx-4.0.xsd"

 

posted @ 2018-02-01 20:01  -1℃  阅读(5594)  评论(0编辑  收藏  举报