1官方文档:https://docs.spring.io/spring-boot/docs/2.1.0.BUILD-SNAPSHOT/reference/htmlsingle/#using-boot-dectools
点击Developer Tools,复制Maven的依赖包到pom.xml中
2run application后,修改类,会自动进行热加载
springboot的热部署
原文:https://www.cnblogs.com/zhushilai/p/13522098.html