| | |
| | | # 主库数据源 |
| | | master: |
| | | # 开发环境 |
| | | url: jdbc:mysql://haiershi.a1.luyouxia.net:23844/opo-qd?allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8 |
| | | url: jdbc:mysql://192.168.100.10:3306/opo-qd?allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8 |
| | | username: smartor |
| | | password: Smartor.2023 |
| | | |
| | |
| | | multi-statement-allow: true |
| | | redis: |
| | | # 地址、密码、端口(默认为6379):开发环境 |
| | | host: 127.0.0.1 |
| | | host: 192.168.100.10 |
| | | password: Smartor |
| | | port: 6020 |
| | | |