工料机、定额基价、定额费率、定额取费
This commit is contained in:
@@ -47,14 +47,14 @@ spring:
|
||||
primary: master
|
||||
datasource:
|
||||
master:
|
||||
url: jdbc:postgresql://192.168.5.118:5432/ruoyi-vue-pro # PostgreSQL 连接配置
|
||||
url: jdbc:postgresql://106.55.147.251:35432/dev # PostgreSQL 连接配置
|
||||
username: postgres
|
||||
password: 123456
|
||||
password: pMnxAcxmHJzG7bnx
|
||||
slave: # 模拟从库,可根据自己需要修改
|
||||
lazy: true # 开启懒加载,保证启动速度
|
||||
url: jdbc:postgresql://192.168.5.118:5432/ruoyi-vue-pro # PostgreSQL 连接配置
|
||||
url: jdbc:postgresql://106.55.147.251:35432/dev # PostgreSQL 连接配置
|
||||
username: postgres
|
||||
password: 123456
|
||||
password: pMnxAcxmHJzG7bnx
|
||||
|
||||
# Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优
|
||||
redis:
|
||||
|
||||
Reference in New Issue
Block a user