
Mybatis-Plus
文章平均质量分 65
摸着Stone过河
这个作者很懒,什么都没留下…
展开
-
针对Mybatis-Plus的代码生成器使用步骤
前言:准备数据库及表1.新建SpringBoot项目1.1 编写pom.xml文件<?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/POM/原创 2021-05-29 16:23:22 · 134 阅读 · 0 评论 -
针对Mybatis-Plus中逻辑删除的探究实现
前言:准备数据库相关数据数据库:mytest表:user1.整体流程1.1新建 SpringBoot项目1.2 配置pom.xml<?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="h原创 2021-05-29 14:47:44 · 113 阅读 · 0 评论