|
@@ -28,12 +28,12 @@ import com.fuzamei.service.UserAuthoricationService;
|
|
|
import com.fuzamei.util.JSONUtil;
|
|
|
import com.fuzamei.util.ValidationUtil;
|
|
|
|
|
|
-/**
|
|
|
- * @file_name: TokenFilter.java
|
|
|
- * @Description: TODO token拦截,ture--放行。false---过滤
|
|
|
- * @author: Ma Amin
|
|
|
- * @date: 2017-10-31 下午12:02:38
|
|
|
- * @version 1.0
|
|
|
+/**
|
|
|
+ *
|
|
|
+ * @className:TokenInterceptor[每次访问需要在请求头上带上tokenId,key为Authorization,不然会被拦截器拦截]
|
|
|
+ * @author:ylx--->[yanglingxiao2009@163.com]
|
|
|
+ * @date:2018年1月30日下午5:01:29
|
|
|
+ * @version v1.0
|
|
|
*/
|
|
|
public class TokenInterceptor extends HandlerInterceptorAdapter{
|
|
|
@Autowired
|