Explorar el Código

feat:添加打包插件

private_deployment
xmzhao71 hace 1 año
padre
commit
94cdc29a94
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. +9
    -0
      open-api/pom.xml

+ 9
- 0
open-api/pom.xml Ver fichero

@@ -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>

Cargando…
Cancelar
Guardar