| | |
| | | <artifactId>spring-boot-starter-test</artifactId> |
| | | <scope>test</scope> |
| | | </dependency> |
| | | |
| | | <!--mybatis--> |
| | | <dependency> |
| | | <groupId>org.mybatis.spring.boot</groupId> |
| | |
| | | <version>4.1.39.Final</version> |
| | | </dependency> |
| | | |
| | | <!--Gson--> |
| | | <dependency> |
| | | <groupId>com.google.code.gson</groupId> |
| | | <artifactId>gson</artifactId> |
| | | <version>2.8.5</version> |
| | | </dependency> |
| | | |
| | | <!--分页--> |
| | | <dependency> |
| | | <groupId>com.github.pagehelper</groupId> |
| | | <artifactId>pagehelper-spring-boot-starter</artifactId> |
| | | <version>1.2.12</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | |
| | | <build> |