springboot+resteasy过滤器 (登录态认证demo)
resteasy 3.x以前的版本是只有拦截器,3.x版本以后以前的拦截器被标记为过时了,新版适用过滤器代替
jboss官方说明地址(版本4.7.0.Final):https://docs.jboss.org/resteasy/docs/4.7.0.Final/userguide/html/Interceptors.html
官方新版说明不太详细,这里整理一下实测结果。
采用springboot + resteasy ,集成参考:https://github.com/paypal/resteasy-spri
原创
2021-09-14 17:24:01 ·
860 阅读 ·
0 评论