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 { }