新增 spring AOP 用例

This commit is contained in:
luoxiang
2018-12-28 19:58:13 +08:00
parent 3cda29d3b9
commit 3902d1cc67
4 changed files with 16 additions and 11 deletions

View File

@ -22,6 +22,6 @@ public class AopTest {
@Test
public void save() {
orderService.createOrder(1283929319L, "手机");
//orderService.queryOrder(4891894129L);
orderService.queryOrder(4891894129L);
}
}