# homework **Repository Path**: harryV/homework ## Basic Information - **Project Name**: homework - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-29 - **Last Updated**: 2021-11-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1:写代码实现 Spring Bean 的装配,方式越多越好(XML、Annotation 都可以), 提交到 GitHub。 答案:05spring 2:给前面课程提供的 Student/Klass/School 实现自动配置和 Starter。 答案:05spring-boot-starter 05spring-boot-starter-test 3:研究一下 JDBC 接口和数据库连接池,掌握它们的设计和用法: 1)使用 JDBC 原生接口,实现数据库的增删改查操作。 2)使用事务,PrepareStatement 方式,批处理方式,改进上述操作。 3)配置 Hikari 连接池,改进上述操作。提交代码到 GitHub。 答案:05spring-jdbc