| | |
| | | application: |
| | | name: uaa-server |
| | | datasource: |
| | | url: jdbc:mysql://${kidgrow.datasource.ip}:3306/oauth_center?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai |
| | | url: jdbc:mysql://${kidgrow.datasource.ip}:3306/oauth_center_${spring.profiles.active}?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai |
| | | username: ${kidgrow.datasource.username} |
| | | password: ${kidgrow.datasource.password} |
| | | # driver-class-name: com.mysql.jdbc.Driver |
| | |
| | | security: |
| | | code: |
| | | # 忽略验证码的应用编号 |
| | | ignoreClientCode: app,hospital,webApp |
| | | ignoreClientCode: app,hospital,readxapp,glssz |
| | | |
| | | encrypt: |
| | | key-store: |