1、2步骤参考springmvc方式
3.启动类加入注解
@EnableCaching
4.yml文件引入配置
spring:
# 配置ehcache缓存
cache:
type: ehcache
# 指定ehcache配置文件路径
ehcache:
config: classpath:/ehcache.xml
@EnableCaching
spring:
# 配置ehcache缓存
cache:
type: ehcache
# 指定ehcache配置文件路径
ehcache:
config: classpath:/ehcache.xml