<!--<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>-->
添加这个依赖时,从网上复制了这一段
报错:element 'dependency' cannot have character [children], because the type's co
解决:把复制的依赖删掉,手动打一遍,就可以了。(可能是从网上复制的文本内容带有一些其他的格式)