Commit bdc457ca766eb1d189e79a3b3b69fdf24db42443

Authored by 刘岱鹏
1 parent b2a922e0

调整回配置

Showing 1 changed file with 6 additions and 6 deletions
class-service.yml
... ... @@ -136,8 +136,8 @@ spring:
136 136 write:
137 137 name: gxb_core
138 138 url: jdbc:mysql://testdb-master:3306/gxb_core?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true
139   - username: rd
140   - password: rd@123456
  139 + username: test
  140 + password: 123456
141 141 driver-class-name: com.mysql.jdbc.Driver
142 142 max-idle: 10
143 143 max-active: 30
... ... @@ -150,8 +150,8 @@ spring:
150 150 read1:
151 151 name: gxb_core
152 152 url: jdbc:mysql://testdb-master:3306/gxb_core?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true
153   - username: rd
154   - password: rd@123456
  153 + username: test
  154 + password: 123456
155 155 driver-class-name: com.mysql.jdbc.Driver
156 156 max-idle: 10
157 157 max-active: 30
... ... @@ -165,8 +165,8 @@ spring:
165 165 secondDatasource:
166 166 name: gxb_core
167 167 url: jdbc:mysql://testdb-master:3306/gxb_core?useUnicode=true&characterEncoding=UTF-8
168   - username: rd
169   - password: rd@123456
  168 + username: test
  169 + password: 123456
170 170 driver-class-name: com.mysql.jdbc.Driver
171 171 max-idle: 10
172 172 max-active: 30
... ...