Springboot 热启动热部署
2021-05-03 22:27
阅读:585
标签:com maven loader ide pid depend ati nbsp frame 一、springloader实现热部署 运行方法一:使用spring-boot:run 此方法会遇到问题,当关闭程序再重启的提示Tomcat端口号被占用 运行方法二:run as-java application
此方法解决了以上问题,但是当添加新的方法时,就无法进行热部署;
2、添加spring-boot-maven-plugin
org.springframework.boot spring-boot-maven-plugin
true
3、idea设置
devtools热部署参考地址 https://blog.csdn.net/xusheng_Mr/article/details/78771746
Springboot 热启动热部署
标签:com maven loader ide pid depend ati nbsp frame
原文地址:https://www.cnblogs.com/sixuhuadan/p/13196717.html
评论
亲,登录后才可以留言!