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

com.bld.commons.config.EnableJpaServiceConfiguration Maven / Gradle / Ivy

The newest version!
/**
 * @author Francesco Baldi
 * @mail [email protected]
 * @class bld.commons.config.EnableJpaServiceConfiguration.java
 * 
 */
package com.bld.commons.config;

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

import com.bld.commons.utils.config.annotation.EnableCommonUtils;

/**
 * The Class EnableJpaServiceConfiguration.
 */
@Configuration
@EnableCommonUtils
@ComponentScan({"com.bld.commons"})
public class EnableJpaServiceConfiguration {
	
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy