mirror of https://gitee.com/xiaonuobase/snowy
【更新】mybatis mapper扫描位置
parent
7a5f64c603
commit
7b6da0c60a
|
@ -21,7 +21,7 @@ spring:
|
|||
|
||||
#mybaits相关配置
|
||||
mybatis-plus:
|
||||
mapper-locations: classpath*:com/cn/**/mapping/*.xml, classpath:/META-INF/modeler-mybatis-mappings/*.xml
|
||||
mapper-locations: classpath*:vip/xiaonuo/**/mapping/*.xml, classpath:/META-INF/modeler-mybatis-mappings/*.xml
|
||||
configuration:
|
||||
map-underscore-to-camel-case: true
|
||||
cache-enabled: true
|
||||
|
|
Loading…
Reference in New Issue