spring boot(二)热部署
2021-07-02 14:07
标签:jar tools conf rest 应用 dev start http exe spring boot(二)热部署 标签:jar tools conf rest 应用 dev start http exe 原文地址:https://www.cnblogs.com/PollyLuo/p/9629685.html1、打开idea的设置界面 File | Settings 》 Build, Execution, Deployment 》 Compiler
2、勾选Buildproject antomatically (only works while not running/ debugging) 选项
3,ctrl+shift+alt+/ 选择registy
4、勾选 compiler.automake.allow.when.app.running
5、maven中依赖spring-boot-devtools,在pom.xml文件中引入jar包
spring-boot-maven-plugin6、在项目启动之后,更新了代码内容,按【ctrl+F9】重新加载项目
文章标题:spring boot(二)热部署
文章链接:http://soscw.com/index.php/essay/100826.html