![JAR search and dependency download from the Maven repository](/logo.png)
io.nflow.engine.config.PropertiesConfiguration Maven / Gradle / Ivy
package io.nflow.engine.config;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;
/**
* Spring configuration for including properties from nflow-engine.properties file.
*/
@Configuration
@PropertySource("classpath:nflow-engine.properties")
public class PropertiesConfiguration {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy