woody 3 месяцев назад
Родитель
Сommit
021e7c288c

+ 1 - 1
src/main/resources/application-dev.yml

@@ -13,7 +13,7 @@ nacos:
     server-addr: 47.108.128.78:6848
 
 security:
-  authorize:
+  oauth:
     scoped: true
     secret: oauth.token.secret@chelvc!@#2023
 

+ 1 - 1
src/main/resources/application-pre.yml

@@ -13,7 +13,7 @@ nacos:
     server-addr: 127.0.0.1:6848
 
 security:
-  authorize:
+  oauth:
     scoped: true
     secret: oauth.token.secret@chelvc!@#2023
 

+ 1 - 1
src/main/resources/application-prod.yml

@@ -13,7 +13,7 @@ nacos:
     server-addr: 127.0.0.1:6848
 
 security:
-  authorize:
+  oauth:
     scoped: true
     secret: oauth.token.secret@chelvc!@#2023
 

+ 1 - 1
src/main/resources/application-test.yml

@@ -13,7 +13,7 @@ nacos:
     server-addr: 127.0.0.1:6848
 
 security:
-  authorize:
+  oauth:
     scoped: true
     secret: oauth.token.secret@chelvc!@#2023