| | |
| | | <artifactId>spring-test</artifactId> |
| | | <version>RELEASE</version> |
| | | </dependency> |
| | | <dependency> |
| | | <!-- <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-data-jpa</artifactId> |
| | | </dependency> |
| | | </dependency> --> |
| | | <!-- spring end --> |
| | | |
| | | <!-- reactor-core --> |
| | |
| | | <!-- mockito测试类 end --> |
| | | |
| | | <!-- Redis --> |
| | | <dependency> |
| | | <groupId>redis.clients</groupId> |
| | | <artifactId>jedis</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-data-redis</artifactId> |