/4-springboot-ecache-demo

Primary LanguageJavaApache License 2.0Apache-2.0

工程简介

SpringBoot 整合 Ehcache Demo项目。 架构: SpringBoot+Mysql+Mybatis-Plus+EhCache 该篇暂未涉及cacheManager等知识。 Mybatis-Plus的一些语法见 HELP.md

槽点

@CachePut 标记的方法必须返回更新对象,如果为void,将会把缓存置空,导致缓存时间内返回空

测试

分别调用,测试控制台是否打印了sql。

延伸阅读

参考文章: