Commit 8b47ab1b7cde4a0a3828398134fa93354b1ddac7

Authored by 刘岱鹏
1 parent 0d99019f

调整配置

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