Spring boot+Vue全棧開發---攔截器

plus:可以使用@ImportResource("classpath:bean.xml")來導入xml配置文件。 使用攔截器可以實現精準控制頁面的邏輯   1.創建項目,添加web依賴   2.添加攔截器,實現HandlerInterceptor接口,重寫preHandle,postHandle,afterCompletion方法 執行順序:preHandle-controller-postHa
相關文章
相關標籤/搜索