Mybatis Spring Boot 是 MyBatis 和 Spring Boot 的集成。
配置文件设置:
mybatis.config= # mybatis config file mybatis.mapPerlocations= # mappers file mybatis.typeAliasesPackage= # domain object's package mybatis.typeHandlersPackage= # handler's package mybatis.check-config-location= # check the mybatis configuRATion exists mybatis.execuTorType= # mode of execution. Default is SIMPLE
依赖:
org.mybatis.spring.boot MyBatis-Spring-boot-starter 1.0.0-SNAPSHOT
发布于 2017-08-20 17:55:32 | 193 次阅读
发布于 2017-01-03 03:51:08 | 96 次阅读
发布于 2016-04-19 07:21:08 | 181 次阅读
发布于 2016-04-18 03:51:13 | 160 次阅读
发布于 2016-03-31 08:26:09 | 124 次阅读
发布于 2016-03-15 03:53:18 | 198 次阅读