Commit 74cf2a9a0323ff3a4be4928633f6e34da413d316

Authored by luotong
2 parents e8996c45 6b4cb0b6

Merge branch 'master' into 'master'

修改coreDatesource链接的数据库



See merge request !7
Showing 1 changed file with 8 additions and 8 deletions
class-service.yml
... ... @@ -16,16 +16,16 @@ spring:
16 16  
17 17 coreDatasource:
18 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 23 driver-class-name: com.mysql.jdbc.Driver
24 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 29 driver-class-name: com.mysql.jdbc.Driver
30 30  
31 31 secondDatasource:
... ...