【更新】mybatis mapper扫描位置

pull/22/head
xuyuxiang 2021-04-13 17:48:48 +08:00
parent 7a5f64c603
commit 7b6da0c60a
1 changed files with 1 additions and 1 deletions

View File

@ -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