Commit 463bdd09 by s_guodong

修改mapperLocations配置

parent f2b9429f
...@@ -8,7 +8,7 @@ logging: ...@@ -8,7 +8,7 @@ logging:
# mybatis配置 # mybatis配置
mybatis: mybatis:
# mapperLocations: classpath*:mapper/*.xml # mapperLocations: classpath*:mapper/*.xml
mapperLocations: classpath:META-INF/orm/mda/*.xml,classpath:mapper/*.xml mapperLocations: classpath:META-INF/orm/oracle/mda/*.xml,classpath:mapper/*.xml
type-handlers-package: com.brilliance.mda.support.mybatis.typehandler type-handlers-package: com.brilliance.mda.support.mybatis.typehandler
#mybatis数据库字段内容为空时,返回该字段 #mybatis数据库字段内容为空时,返回该字段
configuration: configuration:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment