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

com.github.lifelab.leisure.common.jpa.configuration.CommonJpaAutoConfigration Maven / Gradle / Ivy

The newest version!
package com.github.lifelab.leisure.common.jpa.configuration;

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

/**
 * CommonFrameworkAutoConfigration
 *
 * @author weichao.li ([email protected])
 * @date 2018/9/11
 */
@Configuration
@ComponentScan(basePackages = {"com.github.lifelab.leisure.common.jpa"})
public class CommonJpaAutoConfigration {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy