|
@@ -7,7 +7,7 @@ upload:
|
|
|
datasource:
|
|
|
master:
|
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
|
- url: jdbc:mysql://192.168.3.5:3306/factoring_trade_v4_20240620?characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai&rewriteBatchedStatements=true
|
|
|
+ url: jdbc:mysql://192.168.3.5:3306/factoring_trade_v4_08_14?characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai&rewriteBatchedStatements=true
|
|
|
username: root
|
|
|
password: root
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
@@ -229,3 +229,4 @@ trade:
|
|
|
bocomVipResetQrCodeUrl: http://localhost:8888/api/bocomVipAccount/resetUrlAuthorized
|
|
|
bocomVipResetActvtAmtUrl: http://localhost:8888/api/bocomBindAccount/resetActvtAmt
|
|
|
bocomVipBindDoUpdateUrl: http://localhost:8888/api/bocomBindAccount/doUpdate
|
|
|
+ bocomRegisterResetUrl: http://localhost:8888/api/bocomRegister/resetUrlAuthorized
|