Commit d417f7321ea95ac907aad8468611f02bb56e2902

Authored by 刘岱鹏
1 parent 95a4de81

修改回写库

Showing 1 changed file with 1 additions and 1 deletions
class-service.yml
... ... @@ -25,7 +25,7 @@ spring:
25 25 test-while-idle: true
26 26 read1:
27 27 name: gxb_core
28   - url: jdbc:mysql://testdb-slave1:3306/gxb_core?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true
  28 + url: jdbc:mysql://testdb-master:3306/gxb_core?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true
29 29 username: test
30 30 password: 123456
31 31 driver-class-name: com.mysql.jdbc.Driver
... ...