idea配合热部署功能
springboot使用开发者工具和单元测试
spring-boot-devtools
The spring-boot-devtools module provides additional development-time features such as automatic restarts, for a smoother application development experience. Developer tools are automatically disabled when running a fully packaged application.
需要先添加依赖:
org.springframework.boot:spring-boot-devtools
提供了热部署的功能。IDEA要配合修改一下IDE的配置才能使用热部署的功能。
模块小还好,都一样。模块大的话,特别的浪费开发时间。