Commit 4bb240e99904e1d770d25cc1b3255d22877fc71a

Authored by 刘岱鹏
1 parent 8b47ab1b

回复数据配置

Showing 1 changed file with 4 additions and 4 deletions
class-service.yml
@@ -139,8 +139,8 @@ spring: @@ -139,8 +139,8 @@ spring:
139 write: 139 write:
140 name: gxb_core 140 name: gxb_core
141 url: jdbc:mysql://testdb-master:3306/gxb_core?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true 141 url: jdbc:mysql://testdb-master:3306/gxb_core?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true
142 - username: rd  
143 - password: rd@123456 142 + username: test
  143 + password: 123456
144 driver-class-name: com.mysql.jdbc.Driver 144 driver-class-name: com.mysql.jdbc.Driver
145 max-idle: 10 145 max-idle: 10
146 max-active: 30 146 max-active: 30
@@ -153,8 +153,8 @@ spring: @@ -153,8 +153,8 @@ spring:
153 read1: 153 read1:
154 name: gxb_core 154 name: gxb_core
155 url: jdbc:mysql://testdb-master:3306/gxb_core?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true 155 url: jdbc:mysql://testdb-master:3306/gxb_core?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true
156 - username: rd  
157 - password: rd@123456 156 + username: test
  157 + password: 123456
158 driver-class-name: com.mysql.jdbc.Driver 158 driver-class-name: com.mysql.jdbc.Driver
159 max-idle: 10 159 max-idle: 10
160 max-active: 30 160 max-active: 30