Commit 0eb22348 by Administrator

Update techhero-ksfw-service.yml

parent 29d77fc7
......@@ -18,21 +18,21 @@ spring:
# 数据源列表
datasource:
master:
url: jdbc:mysql://119.96.87.17:30101/ksfw_dev?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8&allowMultiQueries=true
username: ksfw_dev
password: a3Nmd19kZXY=
url: jdbc:mysql://192.168.50.173:3306/gkzy_service_dev?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8&allowMultiQueries=true
username: root
password: Techhero@1992
driver-class-name: com.mysql.jdbc.Driver
hikari:
max-pool-size: 5
slave_1:
url: jdbc:mysql://119.96.87.17:30101/ksfw_dev?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8&allowMultiQueries=true
username: ksfw_dev
password: a3Nmd19kZXY=
url: jdbc:mysql://192.168.50.173:3306/gkzy_service_dev?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8&allowMultiQueries=true
username: root
password: Techhero@1992
driver-class-name: com.mysql.jdbc.Driver
slave_2:
url: jdbc:mysql://119.96.87.17:30101/ksfw_dev?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8&allowMultiQueries=true
username: ksfw_dev
password: a3Nmd19kZXY=
url: jdbc:mysql://192.168.50.173:3306/gkzy_service_dev?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8&allowMultiQueries=true
username: root
password: Techhero@1992
driver-class-name: com.mysql.jdbc.Driver
strategy:
load-balance: round_robin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment