欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Springboot热部署【Eclipse】

程序员文章站 2022-04-23 07:52:30
...

在pom.xml内添加如下代码
记得要放在 <dependencies></dependencies>

<dependency>
			<groupId>org.springframework.boot</groupId>
			<artifactId>spring-boot-devtools</artifactId>
			<scope>runtime</scope>
		</dependency>

还有Springboot热部署【Eclipse】

相关标签: Springboot