SpringBoot热部署

来源:互联网 发布:开淘宝店怎么介绍店铺 编辑:程序博客网 时间:2024/06/07 01:18
//pom.xml<dependency>    <groupId>org.springframework.boot</groupId>    <artifactId>spring-boot-devtools</artifactId>    <optional>true</optional>    <scope>true</scope></dependency><plugin>    <groupId>org.springframework.boot</groupId>    <artifactId>spring-boot-maven-plugin</artifactId>    <configuration>        <fork>true</fork>    </configuration></plugin>

软件配置
这里写图片描述

快捷键Ctrl+Shift+Alt+ /

这里写图片描述