【更新】mybatis mapper扫描位置

This commit is contained in:
xuyuxiang 2021-04-13 17:48:48 +08:00
parent 7a5f64c603
commit 7b6da0c60a

View File

@ -21,7 +21,7 @@ spring:
#mybaits相关配置 #mybaits相关配置
mybatis-plus: 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: configuration:
map-underscore-to-camel-case: true map-underscore-to-camel-case: true
cache-enabled: true cache-enabled: true