spring配置文件遇到如下提示:
Multiple annotations found at this line:
- Element type "beans" must be followed by either attribute specifications, ">"
or "/>".
- Start tag of element <beans>
解決問題:
第二行最后多余兩個空個
去掉那個空格就好了,這樣的情況也可能版本不一致會出現,我這就是多了兩個空格
spring配置文件遇到如下提示:
Multiple annotations found at this line:
- Element type "beans" must be followed by either attribute specifications, ">"
or "/>".
- Start tag of element <beans>
解決問題:
第二行最后多余兩個空個
去掉那個空格就好了,這樣的情況也可能版本不一致會出現,我這就是多了兩個空格
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。