Explorar el Código

chore: 修复打包问题

Walker hace 1 año
padre
commit
cb9336360c
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      pom.xml

+ 7 - 0
pom.xml

@@ -114,6 +114,13 @@
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>repackage</goal>
+                        </goals>
+                    </execution>
+                </executions>
             </plugin>
         </plugins>
     </build>