springboot热部署

springboot热部署



	org.springframework.boot
	spring-boot-devtools
	true


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

springboot热部署_第1张图片
ctrl + shift + alt + / ,选择Registry
springboot热部署_第2张图片
或者使用 ctrl+shift+a 快捷键搜索Registry,选择搜索出来的第一个。
springboot热部署_第3张图片
找到compiler.automake.allow.when.app.running,勾上开启此功能即可。
springboot热部署_第4张图片

你可能感兴趣的:(Java)