IDEA下Springboot热部署

步骤一:在pom.xml文件中插入:

  • 代码:

org.springframework.boot spring-boot-devtools true

步骤二:在Preference中找到以下目录

  • 将图中所选的勾上

IDEA下Springboot热部署_第1张图片

步骤三:使用快捷键:command+shift+a

  • Windows 下为ctrl+shift+alt+/,输入Registry

IDEA下Springboot热部署_第2张图片

步骤四:回车后,找到内容,打上勾就好了

IDEA下Springboot热部署_第3张图片

CDSN地址:https://blog.csdn.net/weixin_41357182

你可能感兴趣的:(IDEA下Springboot热部署)