You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't add@Qualifier("redisTemplate").IDEA show red underline. But it doesn't affect use. @Autowired private RedisTemplate redis2RedisTemplate; It will appear red underline @Qualifier("redisTemplate") @Autowired private RedisTemplate redis1RedisTemplate;It will not appear red underline
The text was updated successfully, but these errors were encountered:
I didn't add@Qualifier("redisTemplate").IDEA show red underline. But it doesn't affect use.
@Autowired private RedisTemplate redis2RedisTemplate;
It will appear red underline@Qualifier("redisTemplate") @Autowired private RedisTemplate redis1RedisTemplate;
It will not appear red underlineThe text was updated successfully, but these errors were encountered: