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,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: test  
143 - password: 123456 142 + username: rd
  143 + password: rd@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: test  
157 - password: 123456 156 + username: rd
  157 + password: rd@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
@@ -168,8 +168,8 @@ spring: @@ -168,8 +168,8 @@ spring:
168 secondDatasource: 168 secondDatasource:
169 name: gxb_core 169 name: gxb_core
170 url: jdbc:mysql://testdb-master:3306/gxb_core?useUnicode=true&characterEncoding=UTF-8 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 driver-class-name: com.mysql.jdbc.Driver 173 driver-class-name: com.mysql.jdbc.Driver
174 max-idle: 10 174 max-idle: 10
175 max-active: 30 175 max-active: 30