File tree 1 file changed +20
-0
lines changed 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 65
65
- [ springmvc学习笔记(20)-拦截器.md] ( /springmvc/springmvc学习笔记(20)-拦截器.md )
66
66
- [ springmvc学习笔记(21)-springmvc整合mybatis遇到的问题及解决小结.md] ( /springmvc/springmvc学习笔记(21)-springmvc整合mybatis遇到的问题及解决小结.md )
67
67
- [ 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
+
68
87
-----
69
88
89
+
70
90
# 联系作者
71
91
72
92
- [ Brian's Personal Website] ( http://brianway.github.io/ )
You can’t perform that action at this time.
0 commit comments