SpringBoot2.X结合dev-tool 实现IDEA项⽬目热部署

引入pom依赖


			org.springframework.boot
			spring-boot-devtools
			true
		

在pom中引入plugin


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

点击idea的settings-》complier

使⽤用快捷键打开,选择Registry

注意默认快捷键:
window快捷键 Shift+Ctrl+Alt+/ 
mac快捷键 Shift+Command+Alt+/

SpringBoot2.X结合dev-tool 实现IDEA项⽬目热部署_第1张图片

完成以上步骤,齐活儿!

你可能感兴趣的:(SpringBoot2.X结合dev-tool 实现IDEA项⽬目热部署)