springboot的热部署
时间:2020-08-20 18:45:36
收藏:0
阅读:71
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后,修改类,会自动进行热加载
评论(0)