argos/dmp-backend/core/src/main/java/eu/eudat/service/transformer/FileTransformerConfiguratio...

10 lines
345 B
Java
Raw Normal View History

2024-04-01 10:16:19 +02:00
package eu.eudat.service.transformer;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.Configuration;
@Configuration
@EnableConfigurationProperties({FileTransformerProperties.class, FileTransformerCacheOptions.class})
public class FileTransformerConfiguration {
}