Commit 7cbc8c552079de268652c3d87316b412bd865f77

Authored by luotong
1 parent 57039365

修改core用户名密码

Showing 1 changed file with 4 additions and 4 deletions
class-service.yml
@@ -18,14 +18,14 @@ spring: @@ -18,14 +18,14 @@ spring:
18 write: 18 write:
19 name: gxb_core 19 name: gxb_core
20 url: jdbc:mysql://emysql3:3306/gxb_core?useUnicode=true&characterEncoding=UTF-8 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 driver-class-name: com.mysql.jdbc.Driver 23 driver-class-name: com.mysql.jdbc.Driver
24 read1: 24 read1:
25 name: gxb_core 25 name: gxb_core
26 url: jdbc:mysql://emysql3:3306/gxb_core?useUnicode=true&characterEncoding=UTF-8 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 driver-class-name: com.mysql.jdbc.Driver 29 driver-class-name: com.mysql.jdbc.Driver
30 30
31 secondDatasource: 31 secondDatasource: