idea+springboot热部署两种方式

springboot结合devtools工具,快速加载启动应用

devtools官方文档(注意版本):https://docs.spring.io/spring-boot/docs/2.1.0.BUILD-SNAPSHOT/reference/htmlsingle/#using-boot-devtools-restart-exclude

一、两种方式共同点
1、pom添加依赖
		<dependency>
			<groupId>org.springframework.boot</groupId>
			<artifactId

你可能感兴趣的:(后端,idea,springboot,devtools,热部署)