argos/dmp-backend/web/src/main/java/eu/eudat/interceptors/tenant/TenantByCodeCacheOptions.java

11 lines
354 B
Java

package eu.eudat.interceptors.tenant;
import gr.cite.tools.cache.CacheOptions;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.context.annotation.Configuration;
@Configuration
@ConfigurationProperties(prefix = "cache.tenant-by-code")
public class TenantByCodeCacheOptions extends CacheOptions {
}