spring boot(二)热部署

2021-07-02 14:07

阅读:480

标签:jar   tools   conf   rest   应用   dev   start   http   exe   

1、打开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包

     
        org.springframework.boot
            spring-boot-devtools
            truetrue


org.springframework.boot
spring-boot-maven-plugin


true

6、在项目启动之后,更新了代码内容,按【ctrl+F9】重新加载项目

 

spring boot(二)热部署

标签:jar   tools   conf   rest   应用   dev   start   http   exe   

原文地址:https://www.cnblogs.com/PollyLuo/p/9629685.html


评论


亲,登录后才可以留言!