Spring Boot中使用過濾器和攔截器

過濾器(Filter)和攔截器(Interceptor)是Web項目中常用的兩個功能,本文將簡單介紹在Spring Boot中使用過濾器和攔截器來計算Controller中方法的執行時長,並且簡單對比兩者的區別。 現有如下Controller: 1 2 3 4 5 6 7 8 9 @RestController @RequestMapping("user") public class UserC
相關文章
相關標籤/搜索