Commit e15d7f0ab7eac8d0406ed35bb7b1bad38c862485
1 parent
eb9a4bb0
[bootstrap]
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/bootstrap.yml
... | ... | @@ -29,7 +29,7 @@ mybatis: |
29 | 29 | configuration: |
30 | 30 | map-underscore-to-camel-case: true |
31 | 31 | cache-enabled: true |
32 | - mapper-locations: classpath:mapping/com/diligrp/xtrade/*product/*Dao.xml | |
32 | + mapper-locations: classpath:mapping/com/diligrp/xtrade/*/*Dao.xml | |
33 | 33 | type-aliases-package: com.diligrp.xtrade.*.domain.entity |
34 | 34 | #logging: |
35 | 35 | # level: | ... | ... |