-
在 pom 文件中加入 springboot 插件
-
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</optional> </dependency>
-
File -> settinfs -> Build,Excution,Deployment -> Compilier -> 勾选 Build project aotomatically
-
组合键
Shift+Ctrl+Alt+/
,选择 Registry,勾选 compiler.automake.allow.when.app.runing -
完成
热部署步骤
最新推荐文章于 2024-03-07 11:04:48 发布