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

com.bld.commons.connection.config.EnableRestConnectionConfiguration Maven / Gradle / Ivy

There is a newer version: 2.0.6
Show newest version
/**
 * @author Francesco Baldi
 * @mail [email protected]
 * @class com.bld.commons.connection.config.EnableRestConnectionConfiguration.java
 */
package com.bld.commons.connection.config;

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


/**
 * The Class EnableRestConnectionConfiguration.
 */
@Configuration
@ComponentScan(basePackages = {"com.bld.commons.connection"})
public class EnableRestConnectionConfiguration {


	
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy