com.github.damianwajser.configuration.PropertiesCommonsCache Maven / Gradle / Ivy
package com.github.damianwajser.configuration;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;
@Configuration
@ConfigurationProperties
@PropertySource("classpath:spring-commons-cache.properties")
public class PropertiesCommonsCache {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy