修改结构

This commit is contained in:
zhangqinlin
2021-09-01 10:31:29 +08:00
parent 648520e6d3
commit e8a71ff12a
@@ -131,7 +131,7 @@ spring:
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
datasource:
master:
url: jdbc:p6spy:mysql://10.0.3.44:3306/income_payments?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
url: jdbc:p6spy:mysql://192.168.18.254:3306/income_payments?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
username: root
password: 123456
driver-class-name: com.p6spy.engine.spy.P6SpyDriver
@@ -144,7 +144,7 @@ spring:
#redis 配置
redis:
database: 14
host: 121.36.69.172
host: 192.168.18.254
lettuce:
pool:
max-active: 8 #最大连接数据库连接数,设 0 为没有限制
@@ -153,7 +153,8 @@ spring:
min-idle: 0 #最小等待连接中的数量,设 0 为没有限制
shutdown-timeout: 100ms
password: hzwlsoft.com
port: 4780
port: 6379
#mybatis plus 设置
mybatis-plus:
mapper-locations: classpath*:com/jero/**/xml/*Mapper.xml
@@ -294,3 +295,4 @@ justauth:
type: default
prefix: 'demo::'
timeout: 1h
defaultPassword: HZWLsoft.com123