摘要:
企业级使用RedisUtil工具类 package cn.kgc.util; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.redis.core.Redis 阅读全文
摘要:
redis进阶 1.SpringBoot集成Redis (1)创建SpringBoot工程,勾选Nosql (2)配置连接参数 spring: datasource: url: jdbc:mysql://localhost:3306/test?serverTimezone=Asia/Shanghai 阅读全文