摘要: 1.启动报:Unregistering JMX-exposed beans on shutdown 原因:以来的Tomcat没有启动 解决办法:在pom.xml加入依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifac 阅读全文
posted @ 2018-01-17 10:42 悠悠乃 阅读(288) 评论(0) 推荐(0)
摘要: 原因为:SpringBoot内置Tomcat没有正常启动,在pom.xml 中添加: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-tomcat</artifactId 阅读全文
posted @ 2018-01-17 10:22 悠悠乃 阅读(2288) 评论(0) 推荐(0)