Commit bdc457ca766eb1d189e79a3b3b69fdf24db42443
1 parent
b2a922e0
调整回配置
Showing
1 changed file
with
6 additions
and
6 deletions
class-service.yml
| @@ -136,8 +136,8 @@ spring: | @@ -136,8 +136,8 @@ spring: | ||
| 136 | write: | 136 | write: |
| 137 | name: gxb_core | 137 | name: gxb_core |
| 138 | url: jdbc:mysql://testdb-master:3306/gxb_core?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true | 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 | driver-class-name: com.mysql.jdbc.Driver | 141 | driver-class-name: com.mysql.jdbc.Driver |
| 142 | max-idle: 10 | 142 | max-idle: 10 |
| 143 | max-active: 30 | 143 | max-active: 30 |
| @@ -150,8 +150,8 @@ spring: | @@ -150,8 +150,8 @@ spring: | ||
| 150 | read1: | 150 | read1: |
| 151 | name: gxb_core | 151 | name: gxb_core |
| 152 | url: jdbc:mysql://testdb-master:3306/gxb_core?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true | 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 | driver-class-name: com.mysql.jdbc.Driver | 155 | driver-class-name: com.mysql.jdbc.Driver |
| 156 | max-idle: 10 | 156 | max-idle: 10 |
| 157 | max-active: 30 | 157 | max-active: 30 |
| @@ -165,8 +165,8 @@ spring: | @@ -165,8 +165,8 @@ spring: | ||
| 165 | secondDatasource: | 165 | secondDatasource: |
| 166 | name: gxb_core | 166 | name: gxb_core |
| 167 | url: jdbc:mysql://testdb-master:3306/gxb_core?useUnicode=true&characterEncoding=UTF-8 | 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 | driver-class-name: com.mysql.jdbc.Driver | 170 | driver-class-name: com.mysql.jdbc.Driver |
| 171 | max-idle: 10 | 171 | max-idle: 10 |
| 172 | max-active: 30 | 172 | max-active: 30 |