提交 766bf7f1 编写于 作者: M ManongJu

修正user-info-uri

上级 506eeead
...@@ -16,17 +16,18 @@ zuul: ...@@ -16,17 +16,18 @@ zuul:
host: host:
connect-timeout-millis: 10000 connect-timeout-millis: 10000
socket-timeout-millis: 60000 socket-timeout-millis: 60000
routes: # routes:
uaa: # uaa:
path: /uaa/** # path: /uaa/**
strip-prefix: true # strip-prefix: true
sensitiveHeaders: # sensitiveHeaders:
serviceId: authcenter # serviceId: authcenter
security: security:
oauth2: oauth2:
resource: resource:
user-info-uri: http://localhost:9060/user user-info-uri: http://uaa/user
prefer-token-info: false prefer-token-info: false
loadBalanced: true
##############end##################### ##############end#####################
####超时配置#### ####超时配置####
ribbon: ribbon:
......
...@@ -3,7 +3,7 @@ server: ...@@ -3,7 +3,7 @@ server:
spring: spring:
application: application:
name: authCenter name: uaa
jpa: jpa:
show-sql: true show-sql: true
datasource: datasource:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册