springboot+mybatis 配置缓存 Ehcache
1.pom.xml
2.ehcache.xml
resources 文件夹下 ehcache.xml 文件
3.mappers.xml 自定义缓存 ehcache,增加查询方法
4. 测试内置 Service 接口办法和本人增加的查询方法
5. 测试后果,内置 Service 接口办法不走缓存,增加的查询方法,走缓存。
1.pom.xml
2.ehcache.xml
resources 文件夹下 ehcache.xml 文件
3.mappers.xml 自定义缓存 ehcache,增加查询方法
4. 测试内置 Service 接口办法和本人增加的查询方法
5. 测试后果,内置 Service 接口办法不走缓存,增加的查询方法,走缓存。