com.mario6.common.db.DataSourceManager Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-jdbc Show documentation
Show all versions of spring-jdbc Show documentation
一个简单的jdbc封装库,大多数api接口与spring-jdbc类似
The newest version!
package com.mario6.common.db;
import javax.sql.DataSource;
import java.sql.Connection;
import java.sql.SQLException;
import java.util.*;
/**
* 数据源管理
* 主要提供连接获取和事务管理
*/
public class DataSourceManager {
/* 线程当前绑定的连接 */
private static ThreadLocal