zbb20181010 springboot工具 修改代码后不需重启即生效 自动生效

  • <!-- springboot工具 修改代码后不需重启即生效 -->
    <dependency>
    <groupId>org.springframework</groupId>
    <artifactId>springloaded</artifactId>
    </dependency>
    <dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-devtools</artifactId>
    </dependency>

原文地址:https://www.cnblogs.com/super-admin/p/9767981.html