一、在启动类里添加注解
@EnableCaching

二、
@Cacheable(value = CacheKey.DICT, key = "#dicCode + '-' + #value")

详细:SpringBoot 缓存之 @Cacheable 详细介绍_cacheable注解_倾听铃的声的博客-CSDN博客
一、在启动类里添加注解
@EnableCaching

二、
@Cacheable(value = CacheKey.DICT, key = "#dicCode + '-' + #value")

详细:SpringBoot 缓存之 @Cacheable 详细介绍_cacheable注解_倾听铃的声的博客-CSDN博客