Skip to content

Commit 41b41f5

Browse files
committed
Update springboot-filter.md
1 parent b131aaf commit 41b41f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/basis/springboot-filter.md

+2
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,5 @@ public class MyFilterWithAnnotation implements Filter {
110110

111111
另外,为了能让 Spring 找到它,你需要在启动类上加上 `@ServletComponentScan` 注解。
112112

113+
### 4.定义多个拦截器,并决定它们的执行顺序
114+

0 commit comments

Comments
 (0)