package eu.dnetlib.bioschemas.api; import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.Profile; /** * @author enrico.ottonello * */ @Profile("garr") @Configuration public class AppConfigGarr { }