赞
踩
Spring boot+mybatis整合使用的mybatis-spring-boot-starter,可以参考
springboot(六)-如何优雅的使用mybatis.html
通过注解的形式就可以实现与mybatis整合。
因为JAVA原生的日期处理比较恶心,最近习惯了joda Time。
但是mybatis不像JPA 与原生支持Joda,所以在日期型是Joda Datetime类型的时候,会报错。
然后我就尝试了各种增加自定义typehandler的方法,结果都失败。。。
最后去翻mybatis的autoconfig的源码,发现居然可以直接配置handler的位置,问题搞定
mybatis: configuration: map-underscore-to-camel-case: true type-handlers-package: com.*.*.*.*.mybatis.handlers
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。