Browse Source

feat:添加打包插件

private_deployment
xmzhao71 1 year ago
parent
commit
94cdc29a94
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      open-api/pom.xml

+ 9
- 0
open-api/pom.xml View File

@@ -19,4 +19,13 @@
<version>1.0</version>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

Loading…
Cancel
Save