tutorial_repo/minio-admin/src/main/resources/application.yml

36 lines
914 B
YAML
Raw Normal View History

2024-12-13 14:36:03 +08:00
server:
port: 9090
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
2024-12-13 14:54:05 +08:00
url: jdbc:mysql://192.168.1.110:3306/minio_upload_file?serverTimezone=Asia/Shanghai&userUnicode=true&useSSL=false&allowPublicKeyRetrieval=true
2024-12-13 14:36:03 +08:00
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