我是查看以下這篇文章明白單點登陸
http://www.cnblogs.com/ywlaker/p/6113927.htmlhtml
從如上博文中明白 Java實現攔截Http請求的幾種方式
參考以下博文
https://blog.csdn.net/lory_li/article/details/80835410
https://blog.csdn.net/nextyu/article/details/78392153
1.Java中 Filter
2.Spring MVC中 Interceptor
3.Spring AOP中 Aspcet.net