...
|
...
|
@@ -2,8 +2,8 @@ |
|
|
security:
|
|
|
oauth2:
|
|
|
client:
|
|
|
client-id: ENC(1RjgdJkEXHbn8DaUERw+VA==)
|
|
|
client-secret: ENC(1RjgdJkEXHbn8DaUERw+VA==)
|
|
|
client-id: ENC(c5ebVTRN5xEzRooPfOtZ0w==)
|
|
|
client-secret: ENC(c5ebVTRN5xEzRooPfOtZ0w==)
|
|
|
scope: server
|
|
|
# 默认放行url,子模块重写时application-dev.yml中的公共配置会被覆盖,所以要把公共配置中的放行url再写一次
|
|
|
ignore-urls:
|
...
|
...
|
|