2024-10-14 20:14:37 +08:00
|
|
|
server:
|
|
|
|
port: 7070
|
2024-09-27 12:21:17 +08:00
|
|
|
|
2024-10-14 20:14:37 +08:00
|
|
|
logging:
|
|
|
|
level:
|
|
|
|
cn.bunny.service.mapper: info
|
|
|
|
cn.bunny.service.controller: info
|
|
|
|
cn.bunny.service.service: info
|
|
|
|
root: info
|
|
|
|
pattern:
|
|
|
|
dateformat: HH:mm:ss:SSS
|
2025-03-24 22:14:21 +08:00
|
|
|
file:
|
|
|
|
path: "logs/${spring.application.name}"
|
|
|
|
name: "logs/${spring.application.name}"
|
2024-10-14 20:14:37 +08:00
|
|
|
|
2025-04-08 16:17:36 +08:00
|
|
|
# mybatis-plus:
|
2025-03-24 22:14:21 +08:00
|
|
|
# configuration:
|
|
|
|
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # 查看日志
|
2024-10-14 20:14:37 +08:00
|
|
|
|
|
|
|
bunny:
|
2024-10-20 21:43:46 +08:00
|
|
|
master:
|
2025-04-08 16:17:36 +08:00
|
|
|
host: 192.168.3.137
|
2025-02-16 23:36:40 +08:00
|
|
|
port: 3306
|
2024-10-20 21:43:46 +08:00
|
|
|
database: auth_admin
|
2024-10-14 20:14:37 +08:00
|
|
|
username: root
|
2025-02-16 23:36:40 +08:00
|
|
|
password: "123456"
|
2024-10-14 20:14:37 +08:00
|
|
|
|
|
|
|
redis:
|
2025-04-08 16:17:36 +08:00
|
|
|
host: 192.168.3.137
|
2024-10-14 20:14:37 +08:00
|
|
|
port: 6379
|
|
|
|
database: 0
|
|
|
|
password: "123456"
|
|
|
|
|
|
|
|
minio:
|
2025-04-08 16:17:36 +08:00
|
|
|
endpointUrl: "http://192.168.3.137:9000" # 连接地址
|
2025-02-22 19:16:39 +08:00
|
|
|
accessKey: bunny # 用户名
|
|
|
|
secretKey: "12345678" # 登录密码
|
|
|
|
bucket-name: auth-admin # 指定哪个桶
|
2024-10-22 23:23:30 +08:00
|
|
|
|
2024-10-24 23:39:09 +08:00
|
|
|
backPath: "D:\\MyData\\backup"
|