修复缓存
This commit is contained in:
@@ -42,22 +42,22 @@ spring:
|
||||
test-on-return: false
|
||||
datasource:
|
||||
master:
|
||||
url: jdbc:p6spy:mysql://192.168.10.250:3306/ruoyi-vue-pro?useSSL=false&allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8
|
||||
url: jdbc:p6spy:mysql://192.168.10.250:3306/vue_pro?useSSL=false&allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8
|
||||
driver-class-name: com.p6spy.engine.spy.P6SpyDriver
|
||||
username: root
|
||||
password: root
|
||||
slave: # 模拟从库,可根据自己需要修改
|
||||
url: jdbc:p6spy:mysql://192.168.10.250:3306/ruoyi-vue-pro?useSSL=false&allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8
|
||||
url: jdbc:p6spy:mysql://192.168.10.250:3306/vue_pro?useSSL=false&allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8
|
||||
driver-class-name: com.p6spy.engine.spy.P6SpyDriver
|
||||
username: root
|
||||
password: root
|
||||
bxg: # 农场数据源
|
||||
url: jdbc:p6spy:mysql://192.168.10.250:3306/bxg?useSSL=false&allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8
|
||||
url: jdbc:p6spy:mysql://192.168.10.250:3306/vue_pro_bxg?useSSL=false&allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8
|
||||
driver-class-name: com.p6spy.engine.spy.P6SpyDriver
|
||||
username: root
|
||||
password: root
|
||||
erp: # 进销存
|
||||
url: jdbc:p6spy:mysql://192.168.10.250:3306/erp?useSSL=false&allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8
|
||||
url: jdbc:p6spy:mysql://192.168.10.250:3306/vue_pro_erp?useSSL=false&allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8
|
||||
driver-class-name: com.p6spy.engine.spy.P6SpyDriver
|
||||
username: root
|
||||
password: root
|
||||
@@ -239,4 +239,11 @@ dubbo:
|
||||
consumer:
|
||||
check: false
|
||||
application:
|
||||
name: zsw-farm
|
||||
name: zsw-farm
|
||||
|
||||
bxg:
|
||||
shop:
|
||||
API_URL: http://192.168.10.129:48080/bxgApp
|
||||
SITE_URL: http://192.168.10.129:48080/bxgApp
|
||||
UNI_SITE_URL: http://192.168.10.129:48080/bxgApp
|
||||
ADMIN_API_URL: http://192.168.10.129:48080/bxg
|
||||
@@ -244,4 +244,11 @@ dubbo:
|
||||
consumer:
|
||||
check: false
|
||||
application:
|
||||
name: zsw-farm
|
||||
name: zsw-farm
|
||||
|
||||
bxg:
|
||||
shop:
|
||||
API_URL: https://farm.lotus-wallet.com/bxgApp
|
||||
SITE_URL: http://project.lotus-wallet.com/
|
||||
UNI_SITE_URL: https://farm.lotus-wallet.com/bxgApp
|
||||
ADMIN_API_URL: https://farm.lotus-wallet.com/bxg
|
||||
Reference in New Issue
Block a user