[ Spring ] Spring Boot Live Reload

Add Dependency
kotlin 复制代码
dependencies {
    api("org.springframework.boot:spring-boot-devtools:3.3.5")
}
Configure Properties
properties 复制代码
# spring
spring.devtools.livereload.enabled=true
spring.devtools.restart.enabled=true
spring.devtools.restart.poll-interval=20ms
spring.devtools.restart.quiet-period=10ms
Configure IDE Settings

enable Allow auto-make to start under Advanced Settings - Compiler tab

enable Build project automatically under Build - Compiler tab

相关推荐
杜子不疼.1 小时前
计算机视觉热门模型手册:Spring Boot 3.2 自动装配新机制:@AutoConfiguration 使用指南
人工智能·spring boot·计算机视觉
indexsunny3 小时前
互联网大厂Java求职面试实战:Spring Boot微服务与Redis缓存场景解析
java·spring boot·redis·缓存·微服务·消息队列·电商
28岁青春痘老男孩8 小时前
JDK8+SpringBoot2.x 升级 JDK 17 + Spring Boot 3.x
java·spring boot
天若有情6739 小时前
校园二手交易系统实战开发全记录(vue+SpringBoot+MySQL)
vue.js·spring boot·mysql
while(1){yan}9 小时前
MyBatis Generator
数据库·spring boot·java-ee·mybatis
奋进的芋圆9 小时前
DataSyncManager 详解与 Spring Boot 迁移指南
java·spring boot·后端
计算机程序设计小李同学9 小时前
个人数据管理系统
java·vue.js·spring boot·后端·web安全
alonewolf_9910 小时前
Spring MVC启动与请求处理全流程解析:从DispatcherServlet到HandlerAdapter
java·spring·mvc
Echo娴10 小时前
Spring的开发步骤
java·后端·spring
小刘爱搬砖10 小时前
SpringBoot3 + GraalVM安装和初次打包
spring boot·graalvm