
mybatis
墨韵风轻
面试造火箭、上班扭螺丝
展开
-
Springboot 集成 MybatisPlus Generator 代码生成器(Velocity模板)
MybatisPlus Generator 代码生成器Maven依赖CURD代码生成器模板内容懒得写各种重复的curd代码,从数据库表生成各种Entity、Mapper、Service,值得你拥有,废话不多说上代码Maven依赖 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</ar原创 2020-06-24 16:08:44 · 2269 阅读 · 1 评论 -
Spring Boot 整合 Mybatis (二) pagehelper-spring-boot-starter 分页插件
https://github.com/pagehelper/pagehelper-spring-boot1,maven依赖<!-- https://mvnrepository.com/artifact/com.github.pagehelper/pagehelper-spring-boot-starter --><!-- 分页插件 --><depende...原创 2019-03-08 17:14:32 · 3663 阅读 · 0 评论 -
Spring Boot 整合 Mybatis (三) druid-spring-boot-starter Druid数据源
https://github.com/alibaba/druid/tree/master/druid-spring-boot-starter1.maven依赖<dependency> <groupId>com.alibaba</groupId> <artifactId>druid-spring-boot-starter</...原创 2019-03-11 16:32:03 · 2534 阅读 · 0 评论 -
Spring Boot 整合 Mybatis (一) mybatis-spring-boot-starter
mybatis-spring-boot-autoconfigure:http://www.mybatis.org/spring-boot-starter/mybatis-spring-boot-autoconfigure/index.htmlmybatis:http://www.mybatis.org/mybatis-3/zh/index.html1.maven依赖<?xml...原创 2019-03-08 11:38:50 · 9233 阅读 · 0 评论