危化品全生命周期管理后端
“djh”
10 天以前 c04f2d4a58bd72449b2212ed2f8b0c3ac9ec96be
1
2
3
4
5
6
7
8
9
10
11
12
package com.gkhy.hazmat.framework.config;
 
 
import com.gkhy.hazmat.common.config.BaseRedisConfig;
import org.springframework.cache.annotation.EnableCaching;
import org.springframework.context.annotation.Configuration;
 
@EnableCaching
@Configuration
public class RedisConfig extends BaseRedisConfig {
 
}