# SqlUtils **Repository Path**: yihyforever/SqlUtils ## Basic Information - **Project Name**: SqlUtils - **Description**: 第一次写的SQL小工具,通用SQLDao, - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2016-11-11 - **Last Updated**: 2021-10-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SqlUtils 第一次写的SQL小工具,通用SQLDao, 数据库的配置在项目下建立Config文件夹,配置SqlConn.ini文件 driverClassName=com.mysql.jdbc.Driver url=jdbc:mysql://127.0.0.1:3306/db_super?useUnicode=true&characterEncoding=UTF-8 username=root password=root sqlshow=true