Spring Boot Filter 使用 JWT 进行接口认证
http://blog.csdn.net/sun_t89/article/details/51923017
实例: jwt token 工具类 https://github.com/fuyunwang/DrivingAgency/blob/master/src/main/java/com/beautifulsoup/driving/utils/TokenUtil.java 登录拦截 https://github.com/fuyunwang/DrivingAgency/blob/master/src/main/java/com/beautifulsoup/driving/filter/LoginFilter.java 鉴权拦截 https://github.com/fuyunwang/DrivingAgency/blob/master/src/main/java/com/beautifulsoup/driving/filter/AclControlFilter.java