Java Spring-基于配置文件的方式来配置AOP
2020-02-01 本文已影响0人
一亩三分甜
Connected to the target VM, address: '127.0.0.1:52589', transport: 'socket'
--> validate: [3, 6]
The method add begins with[3, 6]
The method add ends
The method add ends with 9
result:9
--> validate: [18, 3]
The method div begins with[18, 3]
The method div ends
The method div ends with 6
result:6
Disconnected from the target VM, address: '127.0.0.1:52589', transport: 'socket'