关于java.lang.NullPointerException: Cannot invoke “org.springframework.data.redis.core.

java.lang.NullPointerException: Cannot invoke “org.springframework.data.redis.core.RedisTemplate.opsForValue()” because “this.redisTemplate” is null

解决办法

检查是不是没有注入,或者是注解有没有少写

遇到这个异常,原因很多解决办法也很多,我这里是因为没有注入就直接使用了

以后写代码注解要第先写这样不容易忘记

你可能感兴趣的:(java,redis,spring)