一、下载说明
如下图,下载项目后配置maven的setting文件,@Cacheable注解和org.springframework.cache.Cache代码配置参考,启动配置redis 和 mysql服务,运行RedisDemoApplication启动类。
1)cacheManage代码缓存测试接口 - http://localhost:8888/user/111
{"userId":111,"username":"test"}
2)@Cacheable注解方式接口 - http://localhost:8888/user/ca/111
{"userId":111,"username":"test"}