| | |
| | | spring: |
| | | redis: |
| | | ##redis 单机环境配置 |
| | | host: 192.168.0.191 |
| | | host: 127.0.0.1 |
| | | port: 6379 |
| | | password: |
| | | database: 0 |
| | | database: 1 |
| | | ssl: false |
| | | ##redis 集群环境配置 |
| | | #cluster: |
| | |
| | | # commandTimeout: 5000 |
| | | datasource: |
| | | # MySql |
| | | 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 |
| | | url: jdbc:mysql://192.168.0.126:3306/zhbaw-test?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true |
| | | username: root |
| | | password: root |
| | | password: 123456 |
| | | # rabbitmq 设置 |
| | | # rabbitmq: |
| | | # host: 192.168.0.191 |
| | |
| | | |
| | | #ftp 设置 |
| | | ftp: |
| | | sqlConnect: 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 |
| | | sqlConnect: jdbc:mysql://192.168.0.126:3306/zhbaw-test?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true |
| | | ftpHost: 117.40.91.118 |
| | | ftpPort: 21 |
| | | ftpUserName: zhbain |
| | |
| | | localPath: E:\\anbao\\ |
| | | ip: http://61.131.136.25:2081 |
| | | jsonUrl: E:\\anbao\\ |
| | | username: zhbaw |
| | | username: root |
| | | password: 123456 |
| | | qfqkBaseApiUrl: http://192.168.0.198:83 |
| | | # qfqkBaseApiUrl : http://61.131.136.25:2082/api |