| | |
| | | <artifactId>commons-lang3</artifactId> |
| | | <version>3.11</version> |
| | | </dependency> |
| | | <!--redis--> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-data-redis</artifactId> |
| | | <version>2.3.12.RELEASE</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.commons</groupId> |
| | | <artifactId>commons-pool2</artifactId> |
| | | </dependency> |
| | | |
| | | |
| | | <!--mybatis-plus--> |
| | | <dependency> |
| | | <groupId>com.baomidou</groupId> |
| | |
| | | <artifactId>mybatis-plus-extension</artifactId> |
| | | <version>3.5.2</version> |
| | | </dependency> |
| | | |
| | | |
| | | </dependencies> |
| | | |