Commit 04eb646b93a57ac71ff0616aaca37ba3ad10aabe
Exists in
master
Merge remote-tracking branch 'origin/master'
# Conflicts: # cloud/autho/pom.xml
Showing
2 changed files
with
7 additions
and
7 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>auth</finalName> | |
| 72 | + <finalName>autho</finalName> | |
| 73 | 73 | <!--打包方式--> |
| 74 | 74 | <plugins> |
| 75 | 75 | <!-- 设置编译版本 --> | ... | ... |