| | |
| | | druid: |
| | | # 主库数据源 |
| | | master: |
| | | url: jdbc:mysql://8.137.115.153:6361/multi_system?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&serverTimezone=Asia/Shanghai&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: G7r@5nQw*X2p%kZm |
| | | password: 2farwL3yPXfbH2AP |
| | | # 从库数据源 |
| | | slave: |
| | | enabled: false |
| | |
| | | database: 5 |
| | | host: 127.0.0.1 |
| | | port: 6379 |
| | | password: |
| | | password: akj78avauba789a |
| | | |
| | | |
| | | # mybatis-plus相关配置 |
| | |
| | | |
| | | @ApiModelProperty(value = "文件路径") |
| | | @TableField("file_path") |
| | | @NotBlank(message = "文件路径不可为空") |
| | | private String filePath; |
| | | |
| | | @ApiModelProperty(value = "文件格式") |
| | | @TableField("format") |
| | | @NotBlank(message = "文件格式不可为空") |
| | | private String format; |
| | | |
| | | @ApiModelProperty(value = "是否删除") |