Maven Pom.xml 报错 Element 'dependencies' cannot have character [children]....

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_35170213/article/details/83270183

Maven
Element ‘dependencies’ cannot have character [children], because the type’s content type is element-only

这是因为你拷贝的依赖坐标中存在特殊字符,但这个字符再 eclipse 或者是 idea 中没有显示出来,你可以把依赖坐标拷贝至记事本 或者 work 等工具上,然后找到特殊字符删除即可!

在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/qq_35170213/article/details/83270183