<dependency>
<groupId>io.github.panxiaochao</groupId>
<artifactId>pxc-framework-redis</artifactId>
<version>2.0.5</version>
</dependency>
@Grapes(
@Grab(group='io.github.panxiaochao', module='pxc-framework-redis', version='2.0.5')
)
<parent> <groupId>io.github.panxiaochao</groupId> <artifactId>pxc-framework-parent</artifactId> <version>2.0.5</version> </parent>
compile
|-- io.github.panxiaochao:pxc-framework-core
|-- io.github.panxiaochao:pxc-framework-cache
|-- org.redisson:redisson-spring-boot-starter
|-- org.springframework.boot:spring-boot-starter-data-redis
provided