创建商品功能完善
This commit is contained in:
@@ -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===
|
||||
|
||||
Reference in New Issue
Block a user