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

com.yuyenews.easy.init.InitJdbc Maven / Gradle / Ivy

The newest version!
package com.yuyenews.easy.init;

/**
 * 初始化jdbc
 * @author yuye
 *
 */
public class InitJdbc {

	/**
	 * 加载配置
	 */
	public void init() {

		/* 加载数据源 */
		InitDruidDataSource.loadDataSources();
		
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy