Understanding @Profile in Spring framework
@Profile is a Spring framework annotation which is a key component of its profile functionality.
When @Profile mentioned it means that a component is eligible to register only when one or more specified profiles are active.
@Profile("profilename") is...
frozenbytes.dev1 min read