java110
2021-11-24 f47fdbe821df9d9666e86b6d45f439a7a2b742d8
java110-utils/src/main/java/com/java110/utils/cache/BaseCache.java
old mode 100644 new mode 100755
@@ -11,7 +11,7 @@
 * 缓存基类
 * Created by wuxw on 2018/4/14.
 */
public class BaseCache /*extends LoggerEngine*/{
public class BaseCache {
    protected static Jedis getJedis(){
        JedisPool jedisPool = (JedisPool) ApplicationContextFactory.getBean("jedisPool");