1,Multiple annotations found at this line:
从网上的信息得出:
是由于maven工程中pom.xml中的spring版本与XXX-servlet.xml中的<bean xsi:schemaLocation="...">里的spring组件版本不一致导致。
我改的是XXX-servlet.xml中的<bean xsi:schemaLocation="...">版本,改完重新编译运行。
1,Multiple annotations found at this line:
从网上的信息得出:
是由于maven工程中pom.xml中的spring版本与XXX-servlet.xml中的<bean xsi:schemaLocation="...">里的spring组件版本不一致导致。
我改的是XXX-servlet.xml中的<bean xsi:schemaLocation="...">版本,改完重新编译运行。