摘要:
依赖 <!-- mybatis依赖 --> <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter</artifactId> <version>2.3.2</ver 阅读全文
摘要:
Mybatis-generator 使用 一. 添加依赖 <!-- 首先要有mybatis的依赖 和数据库驱动 --> <dependencies> <!-- mybatis依赖 --> <dependency> <groupId>org.mybatis.spring.boot</groupId> 阅读全文