文件名称:SimpleMySqlAccessFramework:一个带有连接池的简单mysql数据库访问框架
文件大小:23KB
文件格式:ZIP
更新时间:2024-05-30 06:33:45
mysql-database connection-pool mysql-connector Java
工程说明 简单MySQL持久层框架(带连接池),目前支持多线程访问数据库,支持通过文件配置数据库地址和用户密码。 A simple mysql database access framework with connection pool, now available for providing multi-threaded access to an mysql database. Aslo can setting database url and user in the properties file. 注意 需要自行导入mysql-connector,代码中提供可用于junit4的测试代码。 You need to import mysql-connector to the project,you can find the test code and test with junit4.
【文件预览】:
SimpleMySqlAccessFramework-master
----.gitignore(43B)
----src()
--------pres()
----databaseSetting.properties(329B)
----LICENSE(34KB)
----README.md(564B)
----init.sql(761B)