IDEAR中配置SpringBoot热部署(实测有效)
作者:互联网
1 添加依赖
org.springframework.boot
spring-boot-devtools
true
true
2修改配置文件
spring:
devtools:
restart:
enabled: true #设置开启热部署
freemark: #关闭缓存,及时刷新,上线生产环境需要修改为true
cache: false
3 修改idear设置
2 ctrl+shift+a 搜索Registry 选择第一个
3 勾上这个,然后重启项目
参考文章:https://blog.csdn.net/little_skeleton/article/details/80935794
标签:SpringBoot,部署,spring,boot,IDEAR,修改,实测,devtools,true 来源: https://blog.csdn.net/weixin_42470164/article/details/100534229