| | |
| | | <artifactId>pagehelper-spring-boot-starter</artifactId> |
| | | <version>1.2.5</version> |
| | | </dependency> |
| | | |
| | | <!--mybatis 及mybatis-plus--> |
| | | <dependency> |
| | | <groupId>com.baomidou</groupId> |
| | | <artifactId>mybatis-plus-boot-starter</artifactId> |
| | | <version>3.1.2</version> |
| | | <exclusions> |
| | | <exclusion> |
| | | <artifactId>mybatis</artifactId> |
| | | <groupId>org.mybatis</groupId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.mybatis</groupId> |
| | | <artifactId>mybatis</artifactId> |
| | | <version>3.5.3</version> |
| | | </dependency> |
| | | |
| | | <dependency> |