fix: 增加记账系统

enhancement_improved_interface
laixingyu 2 years ago
parent 1b21136467
commit b747888f23

@ -7,6 +7,7 @@ spring:
# 主库数据源 # 主库数据源
master: master:
url: jdbc:mysql://localhost:3306/ry?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 url: jdbc:mysql://localhost:3306/ry?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
# url: jdbc:mysql://192.168.0.222:3306/ry?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root username: root
password: 1qazse42W3 password: 1qazse42W3
# 从库数据源 # 从库数据源

@ -65,6 +65,10 @@ spring:
host: localhost host: localhost
# 端口默认为6379 # 端口默认为6379
port: 6379 port: 6379
# # 地址
# host: 192.168.0.222
# # 端口默认为6379
# port: 6380
# 数据库索引 # 数据库索引
database: 0 database: 0
# 密码 # 密码
@ -75,7 +79,7 @@ spring:
pool: pool:
# 连接池中的最小空闲连接 # 连接池中的最小空闲连接
min-idle: 0 min-idle: 0
# 连接池中的最大空闲连接 # 连接池中的最大空闲连接yi
max-idle: 8 max-idle: 8
# 连接池的最大数据库连接数 # 连接池的最大数据库连接数
max-active: 8 max-active: 8

Loading…
Cancel
Save