file-transformer-rda-json/core/src/main/java/org/opencdmp/filetransformer/rda/service/rdafiletransformer/RdaFileTransformerServiceCo...

10 lines
361 B
Java

package org.opencdmp.filetransformer.rda.service.rdafiletransformer;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.Configuration;
@Configuration
@EnableConfigurationProperties({RdaFileTransformerServiceProperties.class})
public class RdaFileTransformerServiceConfiguration {
}