# java-mysql-example **Repository Path**: lansheng228/java-mysql-example ## Basic Information - **Project Name**: java-mysql-example - **Description**: java使用连接池建立mysql连接 - **Primary Language**: Java - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-11 - **Last Updated**: 2021-10-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # java-mysql-example java使用连接池建立mysql连接 连接数据库的综合类。 依赖jar包:commons.dbcp2-2.1.1,commons.dbutils-1.6,commons.pool2-2.4.2包。