Bladeren bron

电梯圈模块,配置pom,将模块打包成jar包

wanghaicheng 5 jaren geleden
bovenliggende
commit
25876c3d89
1 gewijzigde bestanden met toevoegingen van 11 en 1 verwijderingen
  1. 11 1
      lift-quan-service/pom.xml

+ 11 - 1
lift-quan-service/pom.xml

@@ -22,7 +22,17 @@
             <groupId>cn.com.xwy</groupId>
             <artifactId>xwy-cloud-dependencies</artifactId>
         </dependency>-->
-        
     </dependencies>
 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.springframework.boot</groupId>
+                <artifactId>spring-boot-maven-plugin</artifactId>
+                <configuration>
+                    <mainClass>cn.com.ty.lift.enterprise.EnterpriseApplication</mainClass>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>