
com.github.damianwajser.commons.configuration.PropertiesCommons Maven / Gradle / Ivy
package com.github.damianwajser.commons.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.properties")
public class PropertiesCommons {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy