fix: 码全代码修改pom

This commit is contained in:
2024-10-21 13:46:08 +08:00
parent d1e47b9864
commit 9b26cd2651
6 changed files with 305 additions and 0 deletions

View File

@@ -37,4 +37,20 @@
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<layers>
<enabled>true</enabled>
</layers>
<skip>false</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>