Browse Source

秘钥访问端口修改

rengb 3 years atrás
parent
commit
11cbeaa753
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gateway-service/src/main/resources/bootstrap.yml

+ 1 - 1
gateway-service/src/main/resources/bootstrap.yml

@@ -11,7 +11,7 @@ spring:
     oauth2:
       resourceserver:
         jwt:
-          jwk-set-uri: 'http://localhost:8869/user-auth/rsa/publicKey' #配置RSA的公钥访问地址
+          jwk-set-uri: 'http://localhost:8871/user-auth/rsa/publicKey' #配置RSA的公钥访问地址
   cloud:
     gateway:
       discovery: