Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 147 Bytes

File metadata and controls

6 lines (3 loc) · 147 Bytes

Spring整合JWT进行token验证

使用com.auth0.java-jwt jar进行整合

配置web拦截器,jwt拦截器,jwt工具类,实体类。