Skip to content

Commit c95f352

Browse files
committed
update README 添加源码说明
1 parent ff49b51 commit c95f352

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,28 @@
6565
- [springmvc学习笔记(20)-拦截器.md](/springmvc/springmvc学习笔记(20)-拦截器.md)
6666
- [springmvc学习笔记(21)-springmvc整合mybatis遇到的问题及解决小结.md](/springmvc/springmvc学习笔记(21)-springmvc整合mybatis遇到的问题及解决小结.md)
6767
- [springmvc学习笔记(22)-springmvc开发小结.md](/springmvc/springmvc学习笔记(22)-springmvc开发小结.md)
68+
69+
70+
-----
71+
72+
73+
# sourcecode说明
74+
75+
该文件下是涉及到的源码,其中mybatis部分都是直接新建的web工程,springmvc部分都是使用maven构建的。
76+
77+
我使用的IDE是intellij IDEA 15.0.2,以下每个子文件夹对应一个project。
78+
79+
- [mybatis](https://github.com/brianway/springmvc-mybatis-learning/tree/master/sourcecode/mybatis):mybatis部分前16篇笔记用到的源码
80+
- [mybatis-spring](https://github.com/brianway/springmvc-mybatis-learning/tree/master/sourcecode/mybatis-spring):mybatis部分笔记(17)对应的源码
81+
- [mybatis-generator](https://github.com/brianway/springmvc-mybatis-learning/tree/master/sourcecode/mybatis-generator):逆向工程的源码
82+
- [springmvcfirst](https://github.com/brianway/springmvc-mybatis-learning/tree/master/sourcecode/springmvcfirst):springmvc部分前两篇笔记对应的非注解方式配置的源码
83+
- [springmvcsecond](https://github.com/brianway/springmvc-mybatis-learning/tree/master/sourcecode/springmvcsecond):springmvc部分前几篇笔记对应的注解方式配置的源码
84+
- [**learnssm-firstssm**](https://github.com/brianway/springmvc-mybatis-learning/tree/master/sourcecode/learnssm-firstssm):核心代码,springmvc和mybatis整合部分的笔记几乎所有的源码
85+
86+
6887
-----
6988

89+
7090
# 联系作者
7191

7292
- [Brian's Personal Website](http://brianway.github.io/)

0 commit comments

Comments
 (0)