Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration not @Qualifier("redisTemplate") , error will be reported #8

Closed
gitzjp opened this issue Aug 25, 2020 · 1 comment
Closed

Comments

@gitzjp
Copy link

gitzjp commented Aug 25, 2020

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

@louislivi
Copy link
Owner

This is normal, if you don’t like it, you can turn it off in IDEA configuration.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants