file-transformer-docx/core/src/main/java/org/opencdmp/filetransformer/docx/service/storage/FileStorageServiceConfigura...

10 lines
337 B
Java

package org.opencdmp.filetransformer.docx.service.storage;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.Configuration;
@Configuration
@EnableConfigurationProperties({FileStorageServiceProperties.class})
public class FileStorageServiceConfiguration {
}