//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+ /
转载请注明原文地址: https://www.6miu.com/read-30436.html