pom.xml文件添加依赖包:
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin </artifactId>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>springloaded</artifactId>
<version>1.2.4.RELEASE</version>
</dependency>
</dependencies>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
<configuration>
<classifier>exec</classifier>
</configuration>
</execution>
</executions>
</plugin>
 

相关文章:

  • 2021-12-12
  • 2021-07-11
  • 2021-04-10
  • 2021-09-25
猜你喜欢
  • 2021-09-25
  • 2022-12-23
  • 2021-05-11
  • 2021-06-17
  • 2021-05-10
  • 2022-12-23
  • 2021-08-15
相关资源
相似解决方案