file-transformer-docx/core/src/main/java/org/opencdmp/filetransformer/docx/service/wordfiletransformer/WordFileTransformerServiceC...

10 lines
365 B
Java

package org.opencdmp.filetransformer.docx.service.wordfiletransformer;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.Configuration;
@Configuration
@EnableConfigurationProperties({WordFileTransformerServiceProperties.class})
public class WordFileTransformerServiceConfiguration {
}