Appearance
MongoDB
概述
这个模块我集成了spring-boot-starter-data-redis和Pangju Framework Data Redis。
依赖
xml
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<dependency>
<groupId>io.github.pangju666.framework</groupId>
<artifactId>framework-data-redis</artifactId>
</dependency>引入
xml
<dependency>
<dependency>
<groupId>io.github.pangju666.framework.boot</groupId>
<artifactId>framework-starter-data-redis</artifactId>
</dependency>
</dependency>