# xywei-mybatis **Repository Path**: proxyer161130/xywei-mybatis ## Basic Information - **Project Name**: xywei-mybatis - **Description**: 研究MyBatis源码辅助的Demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-20 - **Last Updated**: 2021-04-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 说明 基于在idea上使用maven构建纯mybatis工程,出很多问题,这些是IDE环境配置问题,所以逃离idea,选择使用eclipse,例如: 1. 在idea上的`mybatis-config.xml`配置``的时候,就无法找到xml文件,而在eclipse就能编译通过,运行成功。 2. 在idea上的`pom.xml`文件还要配置`resources`,否则无法添加mapper.xml文件,这些太繁琐 # 功能 1. 作为研究[mybatis源码](https://gitee.com/proxyer161130/mybatis-3-mybatis-3.5.6)的demo项目