Skip to content

Commit 23ec37b

Browse files
author
xenv
committed
update readme
1 parent 47880d3 commit 23ec37b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
* 本项目为Maven项目,后端使用 Spring 4 + Struts 2 + Hibernate 4
2121
* 实现了一个 BaseService 类,涵盖了90% 的 Service 方法,各个 Service 只需写少量代码即可
2222
* 通过拦截器和自定义注解实现了方法级粒度的用户鉴权
23+
24+
25+
讲解文章:
26+
* [小小商城项目概述 —— 需求分析、数据表设计、原型设计、多层结构设计、项目规划][4]
27+
* [SSH开发 | 配合Hibernate,通过泛型实现 BaseService ,抽象增改删查方法][5]
28+
* [SSH开发 | 配合自定义注解 和 Stratus拦截器,实现 方法级粒度 用户鉴权][6]
2329

2430

2531
功能:
@@ -44,4 +50,7 @@
4450

4551
[1]: http://small.ડ.com
4652
[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

Comments
 (0)