
mybatis-plus
hzau_itdog
努力,奋斗!
展开
-
springBoot 2.3.1整合mybatis-plus
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/4.0.0 https://maven.apache.org/xsd原创 2020-07-27 15:06:38 · 750 阅读 · 0 评论 -
mybatis-plus使用Velocity格式模板生成代码
第一步 引入所需pom文件 <!--数据库驱动 --> <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <scope>runtime</scope> &l...原创 2019-04-11 17:29:06 · 4748 阅读 · 3 评论