码迷,mamicode.com
首页 > 编程语言 > 详细

SpringBoot Mybatis配置

时间:2019-12-07 18:12:59      阅读:89      评论:0      收藏:0      [点我收藏+]

标签:ati   boot   conf   under   mybatis   pack   font   span   划线   


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配置

标签:ati   boot   conf   under   mybatis   pack   font   span   划线   

原文地址:https://www.cnblogs.com/leon-a/p/12002670.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!