| | |
| | | # commandTimeout: 5000 |
| | | datasource: |
| | | # MySql |
| | | url: jdbc:mysql://61.131.136.25:2083/zhbaw?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true |
| | | url: jdbc:mysql://192.168.0.191:3306/zhbaw?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true |
| | | username: root |
| | | password: ZHba@0112 |
| | | |
| | | password: root |
| | | # rabbitmq 设置 |
| | | # rabbitmq: |
| | | # host: 192.168.0.191 |
| | | # port: 5672 |
| | | # username: admin |
| | | # password: admin |
| | | # PostgreSQL |
| | | #url: jdbc:postgresql://127.0.0.1:5432/bladex_boot |
| | | #username: postgres |
| | |
| | | #username: sa |
| | | #password: zhbaw@2021 |
| | | |
| | | #jedis 配置 |
| | | #redis: |
| | | # ##redis 单机环境配置 |
| | | # host: 192.168.0.191 |
| | | # port: 6379 |
| | | # password: |
| | | # timeout: 10 |
| | | # poolMaxTotal: 1000 |
| | | # poolMaxIdle: 500 |
| | | # poolMaxWait: 500 |
| | | |
| | | #图片批量上传zip |
| | | upload: |