是因为application.yml 或者配置中心中没有如下oauth2配置
security:
oauth2:
resource:
token-info-uri: http://IP:PORT/oauth/check_token
client:
client-id: xxx
client-secret: xxx
scope: xxx
是因为application.yml 或者配置中心中没有如下oauth2配置
security:
oauth2:
resource:
token-info-uri: http://IP:PORT/oauth/check_token
client:
client-id: xxx
client-secret: xxx
scope: xxx