【spring】spring boot 开启热部署

开启热部署

1、pom添加


	org.springframework.boot
	spring-boot-devtools
	2.0.1.RELEASE
	true
 


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

2、Intellij IEDA开发工具
File->Setting->Build,…->Compiler 将右侧project automatically勾上
【spring】spring boot 开启热部署_第1张图片
使用ctrl+shift+a 快捷键搜索Registry,选择搜索出来的第一个
【spring】spring boot 开启热部署_第2张图片
找到compiler.automake.allow.when.app.running,勾上开启此功能即可
【spring】spring boot 开启热部署_第3张图片

你可能感兴趣的:(spring,boot,spring,boot,热部署)