Commit 04eb646b93a57ac71ff0616aaca37ba3ad10aabe

Authored by 陶汉栋
2 parents c3c29397 dd63aaa5
Exists in master

Merge remote-tracking branch 'origin/master'

# Conflicts:
#	cloud/autho/pom.xml
cloud/autho/pom.xml
@@ -19,11 +19,11 @@ @@ -19,11 +19,11 @@
19 <artifactId>common</artifactId> 19 <artifactId>common</artifactId>
20 <version>1.0.0</version> 20 <version>1.0.0</version>
21 </dependency> 21 </dependency>
22 -<!-- <dependency>-->  
23 -<!-- <groupId>org.springframework.boot</groupId>-->  
24 -<!-- <artifactId>spring-boot-starter-test</artifactId>-->  
25 -<!-- <scope>test</scope>-->  
26 -<!-- </dependency>--> 22 + <dependency>
  23 + <groupId>org.springframework.boot</groupId>
  24 + <artifactId>spring-boot-starter-test</artifactId>
  25 + <scope>test</scope>
  26 + </dependency>
27 <dependency> 27 <dependency>
28 <groupId>org.springframework.cloud</groupId> 28 <groupId>org.springframework.cloud</groupId>
29 <artifactId>spring-cloud-starter-feign</artifactId> 29 <artifactId>spring-cloud-starter-feign</artifactId>
@@ -69,7 +69,7 @@ @@ -69,7 +69,7 @@
69 69
70 <build> 70 <build>
71 <!--打包文件名--> 71 <!--打包文件名-->
72 - <finalName>auth</finalName> 72 + <finalName>autho</finalName>
73 <!--打包方式--> 73 <!--打包方式-->
74 <plugins> 74 <plugins>
75 <!-- 设置编译版本 --> 75 <!-- 设置编译版本 -->
cloud/user_search/pom.xml
@@ -67,7 +67,7 @@ @@ -67,7 +67,7 @@
67 67
68 <build> 68 <build>
69 <!--打包文件名--> 69 <!--打包文件名-->
70 - <finalName>quartz_server</finalName> 70 + <finalName>user_search</finalName>
71 <!--打包方式--> 71 <!--打包方式-->
72 <plugins> 72 <plugins>
73 <!-- 设置编译版本 --> 73 <!-- 设置编译版本 -->