Commit 5366e164253e4420da601f09a37ab7062b79079c
1 parent
be566732
no message
Showing
1 changed file
with
1 additions
and
1 deletions
account-service.yml
| ... | ... | @@ -63,7 +63,7 @@ mybatis: |
| 63 | 63 | config: classpath:mybatis-config.xml |
| 64 | 64 | |
| 65 | 65 | sharding.jdbc: |
| 66 | - dataSources: | |
| 66 | + dataSource: | |
| 67 | 67 | ds_master: |
| 68 | 68 | driverClassName: com.mysql.jdbc.Driver |
| 69 | 69 | url: jdbc:mysql://testdb-master:3306/huikeyun?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true | ... | ... |