
top.lshaci.framework.mybatis.config.SingleDataSourceConfig Maven / Gradle / Ivy
package top.lshaci.framework.mybatis.config;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;
/**
* Config datasource with druid
*
* @author lshaci
* @since 0.0.4
*/
@Configuration
@PropertySource("classpath:datasource_single.properties")
public class SingleDataSourceConfig {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy