mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 13:25:49 +00:00
add LoggingAspect
This commit is contained in:
parent
4d46f058c3
commit
8393b074fc
1 changed files with 1 additions and 1 deletions
|
@ -22,6 +22,6 @@ public class LoggingAspect {
|
|||
|
||||
@Before("execution(* model.Person.*())")
|
||||
public void logBeforeMethod3(){
|
||||
System.out.println("model.Person");
|
||||
System.out.println("model.Person*");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue