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

10 lines
337 B
Java
Raw Normal View History

2024-04-26 15:26:11 +02:00
package org.opencdmp.filetransformer.docx.service.storage;
2024-03-06 15:34:34 +01:00
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.Configuration;
@Configuration
@EnableConfigurationProperties({FileStorageServiceProperties.class})
public class FileStorageServiceConfiguration {
}