Skip to content

Spring Boot 热部署

Gradle

// https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-devtools
implementation("org.springframework.boot:spring-boot-devtools:3.3.0")

// https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-gradle-plugin
implementation("org.springframework.boot:spring-boot-gradle-plugin:3.3.0")

Ref

https://blog.csdn.net/sinat_40770656/article/details/102469092 https://blog.csdn.net/Martin_chen2/article/details/116198924 https://blog.csdn.net/qq_52978553/article/details/122376118