|
@@ -9,9 +9,9 @@
|
9
|
9
|
<relativePath/>
|
10
|
10
|
</parent>
|
11
|
11
|
<groupId>com.yunzhi</groupId>
|
12
|
|
- <artifactId>serivce-template</artifactId>
|
13
|
|
- <version>0.0.1-SNAPSHOT</version>
|
14
|
|
- <name>demo</name>
|
|
12
|
+ <artifactId>nanyang</artifactId>
|
|
13
|
+ <version>0.0.2</version>
|
|
14
|
+ <name>main-service</name>
|
15
|
15
|
<description>Demo project for Spring Boot</description>
|
16
|
16
|
|
17
|
17
|
<properties>
|
|
@@ -263,7 +263,6 @@
|
263
|
263
|
|
264
|
264
|
|
265
|
265
|
|
266
|
|
-
|
267
|
266
|
|
268
|
267
|
|
269
|
268
|
<resource>
|
|
@@ -277,7 +276,7 @@
|
277
|
276
|
<include>application.yml</include>
|
278
|
277
|
<include>application-${profileActive}.yml</include>
|
279
|
278
|
</includes>
|
280
|
|
- <targetPath>${project.build.directory}/config</targetPath>
|
|
279
|
+
|
281
|
280
|
</resource>
|
282
|
281
|
</resources>
|
283
|
282
|
</build>
|