解决repackage报红的问题

This commit is contained in:
chenxudong 2025-04-11 12:09:09 +08:00
parent 36e57222f9
commit 83abbd18f1
1 changed files with 1 additions and 1 deletions

View File

@ -116,6 +116,7 @@
<plugin> <plugin>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId> <artifactId>spring-boot-maven-plugin</artifactId>
<version>3.4.4</version>
<executions> <executions>
<execution> <execution>
<configuration> <configuration>
@ -130,5 +131,4 @@
</plugins> </plugins>
</build> </build>
</project> </project>