spring boot
xiayiguo
写博客为总结,提升,便于以后查阅。其中肯定有知识陈诉错误或表述不当之处,如您发现,还望指正,万分感谢!
展开
-
SpringBoot项目如何通过Jrebel进行热部署
前置:JRebel激活教程见博文:http://blog.csdn.net/xiayiguo/article/details/79328667 1. 勾选 Build project automatically Spring Boot项目首先自动编译,才能够实现热部署。那如何实现自动编译,见下图: 2. 按组合键 Shift+Ctrl+Alt+/,选择Registry ...原创 2018-02-15 17:21:18 · 10683 阅读 · 0 评论 -
项目启动后失败,报Unregistering JMX-exposed beans on shutdown
报错截图截图如下: 解决方法: 将pom文件中添加如下依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-tomcat</art...原创 2018-02-24 22:23:51 · 15545 阅读 · 1 评论