tutorial_repo/minio-admin/src/main/resources/application.yml
2024-12-13 14:54:05 +08:00

36 lines
914 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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