wuxw
2019-06-20 ad4aa3dea3554b168824e426e66bd9849e3193d4
java110-core/src/main/java/com/java110/core/base/dao/BaseServiceDao.java
@@ -20,8 +20,8 @@
 */
public class BaseServiceDao extends AppBase {
    @Autowired
    protected JedisPool jedisPool;
   /* @Autowired
    protected JedisPool jedisPool;*/
    @Autowired
@@ -100,11 +100,11 @@
        return reqMap;
    }
    public JedisPool getJedisPool() {
  /*  public JedisPool getJedisPool() {
        return jedisPool;
    }
    public void setJedisPool(JedisPool jedisPool) {
        this.jedisPool = jedisPool;
    }
    }*/
}