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

in.clouthink.daas.fss.mysql.MysqlAutoConfiguration Maven / Gradle / Ivy

There is a newer version: 3.0.7
Show newest version
package in.clouthink.daas.fss.mysql;

import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.data.jpa.repository.config.EnableJpaRepositories;
import org.springframework.transaction.annotation.EnableTransactionManagement;

/**
 * @author dz
 */
@Configuration
@ComponentScan({"in.clouthink.daas.fss.mysql"})
@EnableJpaRepositories({"in.clouthink.daas.fss.mysql.repository"})
@EnableTransactionManagement
public class MysqlAutoConfiguration {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy