# write_spring_framework **Repository Path**: mytxz88/write_spring_framework ## Basic Information - **Project Name**: write_spring_framework - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-27 - **Last Updated**: 2022-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 1. ioc 模拟spring IOC # 2. mvc 模拟spring MVC # 3. dbpool 模拟数据库连接池。 运行说明:设置java/com/mytxz/dbpool/resources为resources文件夹。 # 4. mybatis 基于dbpool,模拟mybatis。 运行说明:设置java/com/mytxz/dbpool/resources为resources文件夹。 存在问题: 1. Java Compiler > Additional command line parameters: 设置了 -parameters,并Rebuild Project。反射时却没有获取到形参名称。