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

10 lines
334 B
Java

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