|
@@ -13,6 +13,17 @@
|
|
|
<artifactId>ability-center-runtime</artifactId>
|
|
<artifactId>ability-center-runtime</artifactId>
|
|
|
<name>ability-center-runtime</name>
|
|
<name>ability-center-runtime</name>
|
|
|
|
|
|
|
|
|
|
+ <build>
|
|
|
|
|
+ <finalName>dcjxb-ability-center</finalName>
|
|
|
|
|
+
|
|
|
|
|
+ <plugins>
|
|
|
|
|
+ <plugin>
|
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
|
+ <artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
|
+ </plugin>
|
|
|
|
|
+ </plugins>
|
|
|
|
|
+ </build>
|
|
|
|
|
+
|
|
|
<dependencies>
|
|
<dependencies>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>cn.yunzhixue</groupId>
|
|
<groupId>cn.yunzhixue</groupId>
|
|
@@ -53,13 +64,4 @@
|
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
-
|
|
|
|
|
- <build>
|
|
|
|
|
- <plugins>
|
|
|
|
|
- <plugin>
|
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
|
- <artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
|
- </plugin>
|
|
|
|
|
- </plugins>
|
|
|
|
|
- </build>
|
|
|
|
|
</project>
|
|
</project>
|