Annotation for profiles. One or more profiles can be added to the same annotation.
@Profile("dev") @Profile("dev", "spider-dev")
See Implementation
Annotation for profiles. One or more profiles can be added to the same annotation.