淘先锋技术网

首页 1 2 3 4 5 6 7
  1. pom配置文件

    org.springframework.boot
    spring-boot-devtools
    true
    true

2.勾选build 方式 -->Build Automatically

3.application.properties添加
spring.devtools.restart.enabled:true

热部署测试成功