4.基于redis缓存配置

1.配置类 @Configuration @EnableCaching public class RedisConfigurer  extends CachingConfigurerSupport {     @Bean     public KeyGenerator  keyGenerator() {         return new KeyGenerator() {            
相关文章
相关标签/搜索