| | |
| | | druid: |
| | | # 主库数据源 |
| | | master: |
| | | url: jdbc:mysql://192.168.2.27:7006/train_exam?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&serverTimezone=Asia/Shanghai&useSSL=false&allowPublicKeyRetrieval=true&allowMultiQueries=true |
| | | url: jdbc:mysql://192.168.2.2:7006/train_exam?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&serverTimezone=Asia/Shanghai&useSSL=false&allowPublicKeyRetrieval=true&allowMultiQueries=true |
| | | username: root |
| | | password: 2farwL3yPXfbH2AP |
| | | # 从库数据源 |
| | |
| | | #redis 配置 |
| | | redis: |
| | | database: 0 |
| | | host: 192.168.2.27 |
| | | host: 192.168.2.2 |
| | | port: 6379 |
| | | password: |
| | | |
| | |
| | | enabled: true |
| | | |
| | | minio: |
| | | endpoint: http://192.168.2.27:9000/ #Minio服务所在地址 |
| | | endpoint: http://192.168.2.2:9000/ #Minio服务所在地址 |
| | | bucketName: trainexam #存储桶名称 |
| | | accessKey: JuHGtYXvgJdeaPHcu5AI #访问的key |
| | | secretKey: mQhUsIYnD696ZFI2sJ6eQ77tmmoe9TTUavFg9Ien #访问的秘钥 |