springboot项目每次更改之后都要重启,在调试的时候很是麻烦,还好有热部署功能
1.在maven的pom.xml文件中添加热部署需要的依赖
org.springframework.boot
spring-boot-devtools
2. idea中设置自动编译
3. ctrl + shift + A
springboot项目每次更改之后都要重启,在调试的时候很是麻烦,还好有热部署功能
1.在maven的pom.xml文件中添加热部署需要的依赖
org.springframework.boot
spring-boot-devtools
2. idea中设置自动编译
3. ctrl + shift + A