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