@Configuration @EnableCaching public class AppConfig { } @Configuration @EnableCaching public class AppConfig { @Bean public CacheManager cacheManager() { } } @Service public class ProductService { public Product getProductById(String id) { return productRepository.findById(id); } }


上一篇:
下一篇:
切换中文