“djh”
2025-12-03 e32ac074e0cdc07b7551155e2e1c24684857f2b7
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 {
 
}