We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47880d3 commit 23ec37bCopy full SHA for 23ec37b
README.md
@@ -20,6 +20,12 @@
20
* 本项目为Maven项目,后端使用 Spring 4 + Struts 2 + Hibernate 4
21
* 实现了一个 BaseService 类,涵盖了90% 的 Service 方法,各个 Service 只需写少量代码即可
22
* 通过拦截器和自定义注解实现了方法级粒度的用户鉴权
23
+
24
25
+讲解文章:
26
+ * [小小商城项目概述 —— 需求分析、数据表设计、原型设计、多层结构设计、项目规划][4]
27
+ * [SSH开发 | 配合Hibernate,通过泛型实现 BaseService ,抽象增改删查方法][5]
28
+ * [SSH开发 | 配合自定义注解 和 Stratus拦截器,实现 方法级粒度 用户鉴权][6]
29
30
31
功能:
@@ -44,4 +50,7 @@
44
50
45
51
[1]: http://small.ડ.com
46
52
[2]: https://github.com/xenv/S-mall-servlet
47
- [3]: https://github.com/xenv/S-mall-ssm
53
+ [3]: https://github.com/xenv/S-mall-ssm
54
+ [4]: https://www.cnblogs.com/bukong/p/servlet-filter-mapping.html
55
+ [5]: http://www.cnblogs.com/bukong/p/ssh-BaseService.html
56
+ [6]: http://www.cnblogs.com/bukong/p/ssh-auth.html
0 commit comments