2020
11-22
11-22
关于SpringBoot使用Redis空指针的问题(不能成功注入的问题)
自己的一个小项目使用redis在一个类里可以注入成功,而在另一个类以却不能注入成功不多bb直接上代码packagecom.common.utils;importorg.springframework.beans.factory.annotation.Autowired;importorg.springframework.data.redis.core.BoundListOperations;importorg.springframework.data.redis.core.RedisTemplate;importorg.springframework.stereotype.Component;importorg.springframework.util.CollectionUtils;im...
继续阅读 >