| | |
| | | # 主库数据源 |
| | | master: |
| | | driverClassName: com.mysql.cj.jdbc.Driver |
| | | url: jdbc:mysql://101.35.174.42:3308/ytsl_oa?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true |
| | | url: jdbc:mysql://localhost:3307/ytsl_oa?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true |
| | | username: root |
| | | password: oa1234.. |
| | | password: Yuntsl@0815 |
| | | # 从库数据源 |
| | | slave: |
| | | lazy: true |
| | |
| | | spring: |
| | | redis: |
| | | # 地址 |
| | | host: 101.35.174.42 |
| | | host: localhost |
| | | # 端口,默认为6379 |
| | | port: 6378 |
| | | # 数据库索引 |
| | | database: 0 |
| | | # 密码 |
| | | password: oa123456.. |
| | | password: |
| | | # 连接超时时间 |
| | | timeout: 10s |
| | | # 是否开启ssl |