大家好,又见面了,我是你们的朋友全栈君。
1、pom文件中添加依赖
<!-- 开启热部署 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<!-- 开启热部署 -->
<configuration>
<fork>true</fork>
</configuration>
</plugin>
</plugins>
</build>
2、IntelliJ IDEA–Preferences……进入Preferences配置页面,或者用快捷键 command+,
3、连续按两次shift键,打开选择框,输入reg,选择“Registry……”
4、勾选compiler.automake.allow.wher.app.running,点Close关闭。
5、项目中选择“Edit Configurations……”
完成!
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/133498.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...