Spring
June 6, 2020

M01 Q26 Can you use @Component together with @Profile?

Yes, @Profile annotation can be used together with @Component on top of the class representing spring bean.

If, class annotated with @Component does not have @Profile, that beans that this bean will exist in all profiles.

You can specify one, multiple profiles or profile in which bean should not exists: