Spring Boot - Spring Annotations
Consider this configuration:
What does the
@Profile("!prod")
@Component
public class NonProdService {}What does the
!prod profile expression mean?