Commit ca74041cfc91f6775c28ff7d53fa2bbb683d6ae6

Authored by luotong
2 parents 74cf2a9a 57039365

Merge branch 'master' into 'master'

修改core数据库



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