在IDEA上开启Spring boot 热部署

工具:IDEA 1.首先在pom.xml中添加热部署依赖 ;    <!-- 热部署 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</optional> <scope>t
相关文章
相关标签/搜索