Explorar el Código

秘钥访问端口修改

rengb hace 3 años
padre
commit
11cbeaa753
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: