Commit 7eb21cfaeb58ff3d4ff7003f04d256c511dd6dbf

Authored by luotong
2 parents ca74041c 7cbc8c55

Merge branch 'master' into 'master'

修改core用户名密码



See merge request !9
Showing 1 changed file with 4 additions and 4 deletions
class-service.yml
... ... @@ -18,14 +18,14 @@ spring:
18 18 write:
19 19 name: gxb_core
20 20 url: jdbc:mysql://emysql3:3306/gxb_core?useUnicode=true&characterEncoding=UTF-8
21   - username: rd
22   - password: 0Crofg6WIDslONnmqgQLWv14Ekb6028G
  21 + username: test
  22 + password: 123456
23 23 driver-class-name: com.mysql.jdbc.Driver
24 24 read1:
25 25 name: gxb_core
26 26 url: jdbc:mysql://emysql3:3306/gxb_core?useUnicode=true&characterEncoding=UTF-8
27   - username: rd
28   - password: 0Crofg6WIDslONnmqgQLWv14Ekb6028G
  27 + username: test
  28 + password: 123456
29 29 driver-class-name: com.mysql.jdbc.Driver
30 30  
31 31 secondDatasource:
... ...