首页 > 编程语言 > 详细

springboot的pom.xml添加依赖时报错

时间:2017-11-25 00:22:08      阅读:1172      评论:0      收藏:0      [点我收藏+]

 

<!--<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-actuator</artifactId>
</dependency>-->
添加这个依赖时,从网上复制了这一段

报错:element ‘dependency‘ cannot have character [children], because the type‘s co

解决:把复制的依赖删掉,手动打一遍,就可以了。

springboot的pom.xml添加依赖时报错

原文:http://www.cnblogs.com/Girlir/p/7892808.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!