Commit f6c6f2748bede8abffd9c862bd25d60ef2541c20
1 parent
280b4f5f
use localhost
Showing
1 changed file
with
6 additions
and
6 deletions
class-service.yml
| ... | ... | @@ -14,9 +14,9 @@ spring: |
| 14 | 14 | write: |
| 15 | 15 | name: gxb_core |
| 16 | 16 | url: jdbc:mysql://testdb-master:3306/gxb_core?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true |
| 17 | - username: test | |
| 18 | - password: ENC(8aea42e66b0928c44cd8f861a9d558e6) | |
| 19 | - driver-class-name: com.mysql.jdbc.Driver | |
| 17 | + username: root | |
| 18 | + password: 12345678 | |
| 19 | + driver-class-name: com.mysql.cj.jdbc.Driver | |
| 20 | 20 | max-idle: 10 |
| 21 | 21 | max-active: 30 |
| 22 | 22 | max-wait: 60000 |
| ... | ... | @@ -28,9 +28,9 @@ spring: |
| 28 | 28 | read1: |
| 29 | 29 | name: gxb_core |
| 30 | 30 | url: jdbc:mysql://testdb-master:3306/gxb_core?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true |
| 31 | - username: test | |
| 32 | - password: ENC(8aea42e66b0928c44cd8f861a9d558e6) | |
| 33 | - driver-class-name: com.mysql.jdbc.Driver | |
| 31 | + username: root | |
| 32 | + password: 12345678 | |
| 33 | + driver-class-name: com.mysql.cj.jdbc.Driver | |
| 34 | 34 | max-idle: 10 |
| 35 | 35 | max-active: 30 |
| 36 | 36 | max-wait: 60000 | ... | ... |