Unsatisfied dependency expressed through method ‘redisTemplate‘ parameter 0
可能引了redis又引入了jedis导致,去掉jedis即可<dependency><groupId>org.springframework.data<groupId><a
7月前700
可能引了redis又引入了jedis导致,去掉jedis即可<dependency><groupId>org.springframework.data<groupId><a
把<dependency><groupId>org.springframework.boot<groupId><artifactId>spring-boot-starter-data-re
原因分析:Error starting ApplicationContext. To display the auto-configuration report re-run your application with
使用 RedisTemplate<String, Object> 报错:“Unsatisfied dependency expressed through field redisTemplate; nest
