-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Labels
Description
实验要求
练习使用过滤器实现请求批量处理。
实验内容
- 编写过滤器,统一设置请求编码格式为 UTF-8;
- 编写过滤器,实现登录用户身份限制。
参考文档
http://m.blog.csdn.net/article/details?id=5485742
注意
Java代码放到自己的包下,采用注解的方式注入过滤器。
http://www.th7.cn/Program/java/2012/06/06/79329.shtml