| | |
| | | druid: |
| | | # 主库数据源 |
| | | master: |
| | | url: jdbc:mysql://127.0.0.1:23306/train_exam?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&serverTimezone=Asia/Beijing&useSSL=false&allowPublicKeyRetrieval=true&allowMultiQueries=true |
| | | url: jdbc:mysql://127.0.0.1:7006/multi_system?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&serverTimezone=Asia/Shanghai&useSSL=false&allowPublicKeyRetrieval=true&allowMultiQueries=true |
| | | username: root |
| | | password: 2farwL3yPXfbH2AP |
| | | # 从库数据源 |
| | |
| | | login-password: druid |
| | | #redis 配置 |
| | | redis: |
| | | database: 0 |
| | | database: 5 |
| | | host: 127.0.0.1 |
| | | port: 6379 |
| | | password: |
| | | password: akj78avauba789a |
| | | |
| | | |
| | | # mybatis-plus相关配置 |
| | |
| | | enabled: false |
| | | |
| | | minio: |
| | | endpoint: http://127.0.0.1:9000/ #Minio服务所在地址 |
| | | bucketName: trainexam #存储桶名称 |
| | | accessKey: nblxqRZXDvQ59HBH49rF #访问的key |
| | | secretKey: TR0IFphXPo0IObQCYgcJ0JOik21s40ey2MIMU8Rh #访问的秘钥 |
| | | endpoint: http://106.15.95.149:9001/ #Minio服务所在地址 |
| | | bucketName: multiSystem #存储桶名称 |
| | | accessKey: U9JW4xOeeUQOSR4f #访问的key |
| | | secretKey: iaqQV6twR9yDZiFAf2UYr5xZfESanZs3 #访问的秘钥 |