You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
613 B
20 lines
613 B
zsw: |
|
databases: |
|
url: jdbc:mysql://127.0.0.1:3306/zsw_user?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&failOverReadOnly=false&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=GMT%2B8 |
|
username: zsw_user |
|
password: zsw_user_2022 |
|
tenant: |
|
column: tenant_id |
|
tables: |
|
- user |
|
|
|
# Oauth2安全配置 |
|
security: |
|
oauth2: |
|
client: |
|
client-id: zswUser |
|
client-secret: zswUser666 |
|
access-token-uri: http://zsw-auth/oauth/token |
|
user-authorization-uri: http://zsw-auth/oauth/authorize |
|
resource: |
|
token-info-uri: http://zsw-auth/oauth/check_token |