瀏覽代碼

build添加

黄远 5 年之前
父節點
當前提交
d964f71089

+ 1 - 1
lift-enterprise-service/src/main/java/cn/com/ty/lift/enterprise/settings/controller/MaintenanceCompanyController.java

@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RestController;
  * 维保公司 前端控制器
  * </p>
  *
- * @author wang-hai-cheng
+ * @author huangy
  * @since 2019-12-09
  */
 @RestController

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

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