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