Commit 6b4cb0b644b11203919be61d17d0777bc6eee407

Authored by luotong
1 parent e8996c45

修改coreDatesource链接的数据库

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