自动化立体仓库 - WMS系统
pang.jiabao
2 天以前 0650de7912c573dbec875721118931b27ac08be3
src/main/java/com/zy/common/utils/RedisUtil.java
@@ -2,6 +2,7 @@
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.redis.core.RedisTemplate;
import org.springframework.stereotype.Component;
import org.springframework.util.CollectionUtils;
import java.util.List;
@@ -13,7 +14,7 @@
 * redisTemplate封装
 *
 */
//@Component
@Component
public class RedisUtil {
    @Autowired