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

io.nflow.rest.config.NflowRestApiPropertiesConfiguration Maven / Gradle / Ivy

There is a newer version: 9.0.0
Show newest version
package io.nflow.rest.config;

import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;

@Configuration
@PropertySource("classpath:nflow-rest-api.properties")
public class NflowRestApiPropertiesConfiguration {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy