idea热加载
pom.xml
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<executable>true</executable>
<fork>true</fork>
</configuration>
</plugin>
</plugins>
</build>
Ctrl + Shift + A 搜索Registry...
勾选compiler.automake.allow.when.app.running
执行快捷键Ctrl + F9 开启热加载
标签:Ctrl,boot,idea,快捷键,true,加载 From: https://www.cnblogs.com/you-yu/p/17052715.html