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