| | |
| | | --- # 配置临时路径存储 |
| | | spring: |
| | | servlet: |
| | | multipart: |
| | | #spring: |
| | | #servlet: |
| | | #multipart: |
| | | # 临时文件存储位置 避免临时文件被系统清理报错 |
| | | location: /ruoyi/server/temp |
| | | #location: /ruoyi/server/temp |
| | | |
| | | --- # 监控配置 |
| | | spring: |
| | |
| | | # 主库数据源 |
| | | master: |
| | | driverClassName: com.mysql.cj.jdbc.Driver |
| | | url: jdbc:mysql://172.30.0.36:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true |
| | | url: jdbc:mysql://47.95.0.46:3307/ytsl_oa?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true |
| | | username: root |
| | | password: root |
| | | password: test1214 |
| | | # 从库数据源 |
| | | slave: |
| | | lazy: true |
| | |
| | | spring: |
| | | redis: |
| | | # 地址 |
| | | host: 172.30.0.48 |
| | | host: 47.95.0.46 |
| | | # 端口,默认为6379 |
| | | port: 6379 |
| | | # 数据库索引 |
| | | database: 0 |
| | | # 密码 |
| | | password: |
| | | password: test |
| | | # 连接超时时间 |
| | | timeout: 10s |
| | | # 是否开启ssl |