argos/dmp-backend/core/src/main/java/eu/eudat/service/storage/StorageFileConfiguration.java

11 lines
297 B
Java

package eu.eudat.service.storage;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.Configuration;
@Configuration
@EnableConfigurationProperties(StorageFileProperties.class)
public class StorageFileConfiguration {
}