| | |
| | | <groupId>com.github.ben-manes.caffeine</groupId> |
| | | <artifactId>caffeine</artifactId> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.fasterxml.jackson.datatype</groupId> |
| | | <artifactId>jackson-datatype-jsr310</artifactId> |
| | | </dependency> |
| | | |
| | | <!-- <!– redis序列化替代方案 比json快无数的跨语言二进制序列化 –>--> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>org.apache.fury</groupId>--> |
| | | <!-- <artifactId>fury-core</artifactId>--> |
| | | <!-- <version>0.9.0</version>--> |
| | | <!-- </dependency>--> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>org.slf4j</groupId>--> |
| | | <!-- <artifactId>slf4j-api</artifactId>--> |
| | | <!-- </dependency>--> |
| | | |
| | | </dependencies> |
| | | |
| | | </project> |