springboot热加载

基于IDEA的热加载。

在pom.xml中添加相应的依赖



    org.springframework.boot
    spring-boot-devtools
    true
    

在pom.xml中添加相应的插件


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

设置IDEA

springboot热加载_第1张图片

ctrl+shit+alt+/ 快捷键并点击Registry
mac快捷键 command+shit+option+/ 快捷键并点击Registry

springboot热加载_第2张图片

找到如下图对应的Key并勾选

springboot热加载_第3张图片

按照如上所述步骤即可开启IDEA开发spring热加载功能。

你可能感兴趣的:(springboot,热加载)