2023年5月31日

RedisUtil工具类

摘要: ### Redis工具类 ``` import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.redi 阅读全文

posted @ 2023-05-31 22:58 乐之者v 阅读(188) 评论(0) 推荐(0)

SpringBoot集成Redis

摘要: ### 依赖包: ``` org.springframework.boot spring-boot-starter-data-redis org.apache.commons commons-pool2 ``` ### 配置文件 如果是 properties 文件,使用: ``` spring.re 阅读全文

posted @ 2023-05-31 22:45 乐之者v 阅读(110) 评论(0) 推荐(0)

导航