idea gradle 配置spring boot dev-tools热部署

1.添加依赖

	compile 'org.springframework.boot:spring-boot-devtools'


2.设置IDEA


3.保存后回到主页面,Shift+Ctrl+Alt+/ 选择Registry

      


4.勾选complier.automake.allow.when.app.running



5.重启项目 完成

猜你喜欢

转载自blog.csdn.net/const_qiu/article/details/78258342