wuxw
2020-01-23 eb569d4a08276fd39f6584740eb8656cc2c80314
java110-utils/src/main/java/com/java110/utils/cache/BaseCache.java
@@ -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");