🐛 修复 BUG

This commit is contained in:
smallchill 2019-01-18 22:19:57 +08:00
parent 735da4d7e4
commit 8a16ee0a76
2 changed files with 13 additions and 7 deletions

View File

@ -51,6 +51,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis-reactive</artifactId>
</dependency>
<!--Config-->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-config</artifactId>
</dependency>
<!--Swagger-->
<dependency>
<groupId>io.springfox</groupId>

View File

@ -10,6 +10,13 @@ blade:
spring:
cloud:
config:
label: master
profile: ${blade.env}
fail-fast: true
discovery:
enabled: true
service-id: blade-config-server
gateway:
routes:
# 认证中心
@ -43,11 +50,5 @@ spring:
loadbalancer:
retry:
enabled: true
config:
label: master
profile: ${blade.env}
fail-fast: true
discovery:
enabled: true
service-id: blade-config-server