Skip to content

Commit 45884d1

Browse files
author
litongjava
committed
optiomize how to use the intecpetor
1 parent 0c5fac0 commit 45884d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/zh/07_aop/04.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jfinal-aop 可以独立使用,
1717

1818
## 使用拦截器
1919

20-
如何在 Java 应用程序中使用 `JFinal AOP` (面向切面编程)库来实现拦截器功能。主要涉及三个部分:目标类(`Cat`),拦截器类(`Aspect1`),以及主测试类(`CatMainTest`)。下面详细解释每个部分:
20+
如何在 Java 应用程序中使用 `JFinal AOP` (面向切面编程)库来实现拦截器功能。
21+
这个演示主要涉及三个部分:目标类(`Cat`),拦截器类(`Aspect1`),以及主测试类(`CatMainTest`)。
2122

2223
### 1. 目标类(Cat)
2324

0 commit comments

Comments
 (0)