server: port: 9090 spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://192.168.1.110:3306/minio_upload_file?serverTimezone=Asia/Shanghai&userUnicode=true&useSSL=false&allowPublicKeyRetrieval=true username: root password: 123456 jackson: date-format: yyyy-MM-dd HH:mm:ss time-zone: GMT+8 data: redis: host: 127.0.0.1 port: 6379 database: 0 #password: 123456 mybatis-plus: mapper-locations: classpath:mapper/*.xml configuration: log-impl: org.apache.ibatis.logging.stdout.StdOutImpl minio: endpoint: http://47.103.114.59:9000 accesskey: OliveSmart secretkey: OliveSmartTmzl bucket: playedu expiry: 1 #分片对象过期时间 单位(天) breakpoint-time: 1 #断点续传有效时间,在redis存储任务的时间 单位(天) logging: level: com.mmg: debug org.springframework: warn