Przeglądaj źródła

Merge branch 'feature-bieao' of lift-manager/lift-server into develop

bieao 5 lat temu
rodzic
commit
509b9eecf3
1 zmienionych plików z 19 dodań i 0 usunięć
  1. 19 0
      lift-business-service/pom.xml

+ 19 - 0
lift-business-service/pom.xml

@@ -32,4 +32,23 @@
 
     </dependencies>
 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.springframework.boot</groupId>
+                <artifactId>spring-boot-maven-plugin</artifactId>
+                <configuration>
+                    <mainClass>cn.com.ty.lift.business.BusinessApplication</mainClass>
+                </configuration>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>repackage</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+
 </project>