我使用在Eureka注册的oath2和2台机器,因为resouce存在一个像loadbalanced true这样的参数
spring:
oauth2:
resource:
loadBalanced: true
userInfoUri: http:// oauth2/uaa/user
问题是否可以为客户端使用负载均衡? 示例
spring:
oauth2:
sso:
home:
secure: true
path: /,/**/*.html
client:
accessTokenUri: http://. localhost:9999/uaa/oauth/token
userAuthorizationUri: http://. localhost:9999/uaa/oauth/authorize
clientId: edge
clientSecret: secret
今天我使用resquest拦截器来获取负载均衡的uri,会弹出这样的东西吗?