whyclxw
2025-06-19 2d5a5d23496a2fee902cedbcc9537e57a1ce4ffa
1
2
3
4
5
6
7
8
9
package com.whyc.config;
 
import org.springframework.cache.annotation.EnableCaching;
import org.springframework.context.annotation.Configuration;
 
@Configuration
@EnableCaching
public class CacheConfig {
}