Commit 570393657f16f9dfb553fdf524b1c72eaaaf384d
1 parent
74cf2a9a
修改core数据库
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 | ... | ... |