Add aop to record event log

This commit is contained in:
2023-12-18 14:35:55 +08:00
parent 66146cb3b4
commit e3d31bcc38
4 changed files with 56 additions and 0 deletions

View File

@@ -93,6 +93,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>