# springboot-jdbc **Repository Path**: zhang-haoxuan224/springboot-jdbc ## Basic Information - **Project Name**: springboot-jdbc - **Description**: springboot-jdbc - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-07-25 - **Last Updated**: 2023-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### JdbcTemplate 示例代码 - **execute**:可以执行所有SQL语句,一般用于执行DDL语句。 - **update**:用于执行INSERT、UPDATE、DELETE等DML语句。 - **queryXxx**:用于DQL数据查询语句。