All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.digitalcollections.cudami.server.config.SpringConfigBackendFile Maven / Gradle / Ivy

The newest version!
package de.digitalcollections.cudami.server.config;

import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;

/** File repository configuration. */
@Configuration
@ComponentScan(basePackages = {"de.digitalcollections.cudami.server.backend.impl.file"})
public class SpringConfigBackendFile {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy