61 lines
1.2 KiB
YAML
61 lines
1.2 KiB
YAML
|
server:
|
||
|
port: 7070
|
||
|
|
||
|
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
|
||
|
file:
|
||
|
path: "logs/${spring.application.name}"
|
||
|
|
||
|
#mybatis-plus:
|
||
|
# configuration:
|
||
|
# map-underscore-to-camel-case: true
|
||
|
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # 查看日志
|
||
|
|
||
|
bunny:
|
||
|
master:
|
||
|
host: 192.168.3.98
|
||
|
port: 3304
|
||
|
database: family_financial
|
||
|
username: root
|
||
|
password: "02120212"
|
||
|
|
||
|
redis:
|
||
|
host: 192.168.3.98
|
||
|
port: 6379
|
||
|
database: 6
|
||
|
password: "123456"
|
||
|
|
||
|
minio:
|
||
|
endpointUrl: "http://192.168.3.98:9000"
|
||
|
accessKey: bunny
|
||
|
secretKey: "02120212"
|
||
|
bucket-name: financial
|
||
|
#bunny:
|
||
|
# master:
|
||
|
# host: rm-bp12z6hlv46vi6g8mro.mysql.rds.aliyuncs.com
|
||
|
# port: 3306
|
||
|
# database: family_financial
|
||
|
# username: family_financial_prod
|
||
|
# password: 0212family_financial
|
||
|
#
|
||
|
# redis:
|
||
|
# host: 47.120.65.66
|
||
|
# port: 6379
|
||
|
# database: 6
|
||
|
# password: "02120212"
|
||
|
#
|
||
|
# minio:
|
||
|
# endpointUrl: "http://116.196.101.14:9000"
|
||
|
# accessKey: bunny
|
||
|
# secretKey: "02120212"
|
||
|
# bucket-name: financial
|
||
|
|
||
|
backPath: "D:\\MyData\\backup"
|
||
|
bashPath: "D:\\MyData"
|