IntellijIDEA设置实现spring boot 热重启
设置spring boot 热重启之后,idea会自动监听代码的改动,发现改动之后会自动编译,无需手动重启就能看到修改之后的运行效果。一:在maven里添加依赖<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</ar