标签:evel src other 使用 热部署 速度 pack 配置 module
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的配置才能使用热部署的功能。
模块小还好,都一样。模块大的话,特别的浪费开发时间。
标签:evel src other 使用 热部署 速度 pack 配置 module
原文地址:https://www.cnblogs.com/wobushitiegan/p/12244155.html