Commit c3c293977efefb73834ab02c7d38bdd4d82e89a7
1 parent
27a12e09
Exists in
master
wu
Showing
3 changed files
with
8 additions
and
24 deletions
Show diff stats
cloud/autho/pom.xml
... | ... | @@ -19,11 +19,11 @@ |
19 | 19 | <artifactId>common</artifactId> |
20 | 20 | <version>1.0.0</version> |
21 | 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 | 27 | <dependency> |
28 | 28 | <groupId>org.springframework.cloud</groupId> |
29 | 29 | <artifactId>spring-cloud-starter-feign</artifactId> |
... | ... | @@ -69,7 +69,7 @@ |
69 | 69 | |
70 | 70 | <build> |
71 | 71 | <!--打包文件名--> |
72 | - <finalName>quartz_server</finalName> | |
72 | + <finalName>auth</finalName> | |
73 | 73 | <!--打包方式--> |
74 | 74 | <plugins> |
75 | 75 | <!-- 设置编译版本 --> |
... | ... | @@ -91,7 +91,7 @@ |
91 | 91 | <configuration> |
92 | 92 | <archive> |
93 | 93 | <manifest> |
94 | - <mainClass>com.sincere.userSearch.UserApplication</mainClass> | |
94 | + <mainClass>com.sincere.autho.AuthoApplication</mainClass> | |
95 | 95 | <addClasspath>true</addClasspath> |
96 | 96 | <classpathPrefix>lib/</classpathPrefix> |
97 | 97 | </manifest> | ... | ... |
cloud/autho/src/test/java/com/sincere/autho/AuthoApplicationTests.java
... | ... | @@ -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 | -} |
cloud/pom.xml