| | |
| | | druid: |
| | | # 主库数据源 |
| | | master: |
| | | url: jdbc:mysql://localhost:3306/product-inventory-management-new-pro?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | url: jdbc:mysql://localhost:3307/product-inventory-management-new-pro?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | username: root |
| | | password: 123456 |
| | | # 从库数据源 |
| | |
| | | # 热部署开关 |
| | | enabled: false |
| | | # redis 配置 |
| | | data: |
| | | redis: |
| | | # 地址 |
| | | host: 127.0.0.1 |
| | | # host: 127.0.0.1 |
| | | host: 47.114.74.44 |
| | | # host: 172.17.0.1 |
| | | # 端口,默认为6379 |
| | | port: 6379 |
| | | # port: 6379 |
| | | port: 6399 |
| | | # 数据库索引 |
| | | database: 0 |
| | | # 密码 |