Browse Source

低代码管理

master
陈裕财 2 years ago
parent
commit
573860b9ba
  1. 3
      mdp-lcode/src/main/resources/application-dev.yml

3
mdp-lcode/src/main/resources/application-dev.yml

@ -42,7 +42,7 @@ spring:
security: security:
oauth2: oauth2:
resourceserver: resourceserver:
jwt:
jwt: #如果不对接统一认证中心oauthserver,则此次注释掉即可
jwk-set-uri: ${mdp.oauth2.server.uri}/oauth2/jwks jwk-set-uri: ${mdp.oauth2.server.uri}/oauth2/jwks
client: client:
# 下面配置 password 模式 # 下面配置 password 模式
@ -270,6 +270,7 @@ mdp:
# 站点语言类型cn\en等 # 站点语言类型cn\en等
site-type: cn site-type: cn
jwt: jwt:
connect-oauth2-server: false
# 是否进行密钥检查,在开发环境中,涉及多个认证中心签发的jwt的时候,为了调试方便,可以暂时设为false # 是否进行密钥检查,在开发环境中,涉及多个认证中心签发的jwt的时候,为了调试方便,可以暂时设为false
valid-secure: false valid-secure: false
arc: arc:

Loading…
Cancel
Save