
mybatis
潘多编程
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Mybatis Plus 自动生成代码实现(带源码)
源码地址 bsea/study_java_web - Gitee.com 核心类 package com.xsz; import com.baomidou.mybatisplus.annotation.DbType; import com.baomidou.mybatisplus.generator.AutoGenerator; import com.baomidou.mybatisplus.generator.config.DataSourceConfig; import com.bao..原创 2021-10-08 21:29:32 · 781 阅读 · 0 评论 -
SpringBoot+Mybatis+PageHelper+bootstrapTable 实现分页
pom 文件 集成SpringBoot+Mybatis+PageHelper <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org.原创 2020-12-10 20:45:48 · 590 阅读 · 0 评论 -
Mybatis 自动生成代码 mybatis generator
下载工具包 链接:https://pan.baidu.com/s/11YlMKDBrAwupAGJw9pIJNg 提取码:8ssq 复制这段内容后打开百度网盘手机App,操作更方便哦 解压 清空 src里面的文件,保证src是空的 编辑generatorConfig.xml 在 jar包同级目录执行: java -jar mybatis-generator-core-1.3.5.jar -c...原创 2019-05-28 23:54:45 · 1415 阅读 · 1 评论 -
SpringBoot2 学习10 集成Mybatis
使用 mybatis generator 自动生成代码 参考: Mybatis 自动生成代码 mybatis generator https://blog.csdn.net/h356363/article/details/90649491 项目代码结构 配置POM 文件 <?xml version="1.0" encoding="UTF-8"?> <project xmlns=...原创 2019-09-04 21:49:28 · 508 阅读 · 0 评论 -
SpringBoot2 学习12 SpringBoot Shiro JWT MybatisPlus 前后完全分离项目 token的实现
登录实现 代码 https://gitee.com/bseaworkspace/springboot2all/tree/master/SpringBootShiroJWT 流程图原创 2019-09-14 20:52:38 · 558 阅读 · 0 评论