argos/dmp-migration-tool/core/src/main/java/eu/eudat/errorcode/ErrorThesaurusConfiguration...

13 lines
299 B
Java

package eu.eudat.errorcode;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.Configuration;
@Configuration
@EnableConfigurationProperties(ErrorThesaurusProperties.class)
public class ErrorThesaurusConfiguration {
}