“djh”
4 天以前 8c91afa9c1bbe5fae9d88cfd1e7243c376af69fe
1
2
3
4
5
6
7
8
9
10
11
package com.gkhy.exam.framework.config;
 
import com.gkhy.exam.common.config.BaseRedisConfig;
import org.springframework.cache.annotation.EnableCaching;
import org.springframework.context.annotation.Configuration;
 
@EnableCaching
@Configuration
public class RedisConfig extends BaseRedisConfig {
 
}