创建商品功能完善

This commit is contained in:
zhh
2018-04-25 17:22:32 +08:00
parent bc3c569616
commit a41633a9b7
19 changed files with 17839 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ spring.datasource.password=root
#===datasource end===
#===mybatis start===
mybatis.mapper-locations=classpath:mapper/*.xml,classpath*:com/**/mapper/*.xml
mybatis.mapper-locations=classpath:dao/*.xml,classpath*:com/**/mapper/*.xml
#===mybatis end===
#===log start===