# spring_start **Repository Path**: zqy1062/spring_start ## Basic Information - **Project Name**: spring_start - **Description**: 从零开始渐进式引入Spring配置 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-14 - **Last Updated**: 2024-03-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spring起步 **从零开始渐进式引入Spring配置** 1. jdbc - 原生jdbc是怎么连接数据库,然后进行操作的 - 使用反射来获取返回的结果字段,从而实现通用的查询方法 - 创建对象工厂,管理对象的生成 - 引入Spring,学习配置文件 - 用Spring配置实现数据库连接 2. AOP - 静态代理 - 动态代理 - Spring AOP - Spring 事务 3. MyBatis