标签:tools stat ctrl http sources resource java 重启 jar
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
按快捷键 Shift+Ctrl+Alt+/ ,打开maintenance面板, 选择 Registry
/META-INF/maven, /META-INF/resources, /resources, /static, /public, or /templates
spring.devtools.restart.exclude=static/,public/
spring.devtools.restart.trigger-file=trigger.txt
改代码不重启,通过一个文本去控制
生产环境不要开启这个功能,如果用java -jar启动,springBoot是不会进行热部署的
标签:tools stat ctrl http sources resource java 重启 jar
原文地址:https://www.cnblogs.com/xeclass/p/12634607.html