1
0

移除spring boot默认打包

This commit is contained in:
2025-01-02 18:36:01 +08:00
parent c3ca027f72
commit 071beee794

View File

@@ -39,22 +39,4 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>