Commit c3c293977efefb73834ab02c7d38bdd4d82e89a7

Authored by 陶汉栋
1 parent 27a12e09
Exists in master

wu

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>quartz_server</finalName> 72 + <finalName>auth</finalName>
73 <!--打包方式--> 73 <!--打包方式-->
74 <plugins> 74 <plugins>
75 <!-- 设置编译版本 --> 75 <!-- 设置编译版本 -->
@@ -91,7 +91,7 @@ @@ -91,7 +91,7 @@
91 <configuration> 91 <configuration>
92 <archive> 92 <archive>
93 <manifest> 93 <manifest>
94 - <mainClass>com.sincere.userSearch.UserApplication</mainClass> 94 + <mainClass>com.sincere.autho.AuthoApplication</mainClass>
95 <addClasspath>true</addClasspath> 95 <addClasspath>true</addClasspath>
96 <classpathPrefix>lib/</classpathPrefix> 96 <classpathPrefix>lib/</classpathPrefix>
97 </manifest> 97 </manifest>
cloud/autho/src/test/java/com/sincere/autho/AuthoApplicationTests.java
@@ -1,16 +0,0 @@ @@ -1,16 +0,0 @@
1 -package com.sincere.autho;  
2 -  
3 -import org.junit.Test;  
4 -import org.junit.runner.RunWith;  
5 -import org.springframework.boot.test.context.SpringBootTest;  
6 -import org.springframework.test.context.junit4.SpringRunner;  
7 -  
8 -@RunWith(SpringRunner.class)  
9 -@SpringBootTest  
10 -public class AuthoApplicationTests {  
11 -  
12 - @Test  
13 - public void contextLoads() {  
14 - }  
15 -  
16 -}  
@@ -27,7 +27,7 @@ @@ -27,7 +27,7 @@
27 <modules> 27 <modules>
28 <module>server1</module> 28 <module>server1</module>
29 <module>server2</module> 29 <module>server2</module>
30 -<!-- <module>autho</module>--> 30 + <module>autho</module>
31 <module>common</module> 31 <module>common</module>
32 <module>getaway</module> 32 <module>getaway</module>
33 <module>haikang</module> 33 <module>haikang</module>