方法一:devtools
Pom.xml中直接添加依赖即可:
复制代码 org.springframework.boot spring-boot-devtools provided true
通过项目主程序入口启动即可,改动以后重新编译就好。
方法二:springloaded
Pom.xml中直接在spring-boot插件中添加依赖即可:
复制代码 org.springframework.boot spring-boot-maven-plugin org.springframework springloaded 1.2.6.RELEASE cn.springboot.Mainspringboot