摘要: 1.pom.xml引入mybatis-plus协议 <!-- mybatisPlus 核心库 --> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</artifactId> <ve 阅读全文
posted @ 2020-06-29 15:18 H_Q 阅读(210) 评论(0) 推荐(0)
摘要: 1.idea安装mybatis-generator插件 2.在pom.xml引入协议 <dependencies> <!-- Mybatis 生成工具 --> <dependency> <groupId>org.mybatis.generator</groupId> <artifactId>myba 阅读全文
posted @ 2020-06-29 14:41 H_Q 阅读(326) 评论(0) 推荐(0)