All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.nflow.engine.config.PropertiesConfiguration Maven / Gradle / Ivy

There is a newer version: 10.0.0
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy