摘要: 一、编写自定义的RedisCache,实现ibatis的Cache接口 package com.study.cache; import org.apache.ibatis.cache.Cache; //自定义redis缓存 public class RedisCache implements Cac 阅读全文
posted @ 2021-12-02 23:54 不是孩子了 阅读(172) 评论(0) 推荐(0)