代码优化

This commit is contained in:
admin
2024-08-26 01:09:21 +08:00
parent db46827872
commit b7c522e58b

View File

@@ -127,6 +127,15 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId> <artifactId>spring-boot-maven-plugin</artifactId>
<version>2.7.9</version> <version>2.7.9</version>
<configuration>
<layout>ZIP</layout>
<includes>
<include>
<groupId>nothing</groupId>
<artifactId>nothing</artifactId>
</include>
</includes>
</configuration>
<executions> <executions>
<execution> <execution>
<goals> <goals>