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 {
}