idea之开启热部署

首先要导入相应的坐标依赖
  <dependency>
	<groupId>org.springframework.boot</groupId>
	<artifactId>spring-boot-devtools</artifactId>
	<scope>runtime</scope>
	<optional>true</optional>
	<version>2.2.6.RELEASE</version>
  </dependency>
设置idea

在这里插入图片描述勾选上,点击ok退出setting在按CTRL+shift+A,选中这个
在这里插入图片描述
在这里插入图片描述打勾,点击close。

发布了48 篇原创文章 · 获赞 0 · 访问量 282

猜你喜欢

转载自blog.csdn.net/qq_44971387/article/details/105542964