SpringBoot Mybatis配置

Posted leon-a

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SpringBoot Mybatis配置相关的知识,希望对你有一定的参考价值。


mybatis:

mapper-locations: classpath:mapper/*.xml // mapper文件位置
type-aliases-package: com.xxx.model // 根据别名查找model位置
check-config-location: true // 运行时检查mapper是否存在
configuration:
map-underscore-to-camel-case: true // 将表的下划线列名匹配到驼峰式属性名

以上是关于SpringBoot Mybatis配置的主要内容,如果未能解决你的问题,请参考以下文章

企业分布式微服务云SpringCloud SpringBoot mybatis (十七)Spring Boot中的事务管理

如何整合 springboot + mybatis-plus(系列一)

springboot整合mybatis,redis,代码

前后端分离博客项目(SpringBoot/Redis/Shiro/Swagger/MyBatis-Plus/Vue/ElementUI)

springboot整合系列

Spring Boot快速入门:使用MyBatis(注解形式)进行数据库操作