| | |
| | | druid: |
| | | # 主库数据源 |
| | | master: |
| | | url: jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true |
| | | url: jdbc:mysql://47.118.76.192:3306/ry_vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true |
| | | username: root |
| | | password: root |
| | | password: Shen1992# |
| | | # 从库数据源 |
| | | slave: |
| | | # 从数据源开关/默认关闭 |
| | |
| | | # redis 配置 |
| | | redis: |
| | | # 地址 |
| | | host: localhost |
| | | host: 47.118.76.192 |
| | | # 端口,默认为6379 |
| | | port: 6379 |
| | | # 数据库索引 |
| | | database: 0 |
| | | # 密码 |
| | | password: |
| | | password: "019920212" |
| | | # 连接超时时间 |
| | | timeout: 10s |
| | | # 是否开启ssl |
| | |
| | | # 单节点配置 |
| | | singleServerConfig: |
| | | # 客户端名称 |
| | | clientName: ${ruoyi-vue-plus.name} |
| | | clientName: ${ruoyi.name} |
| | | # 最小空闲连接数 |
| | | connectionMinimumIdleSize: 32 |
| | | # 连接池大小 |