Implemented user event listeners

This commit is contained in:
2026-01-10 16:22:51 +01:00
parent 17ef2e4c94
commit 2899671321
12 changed files with 437 additions and 0 deletions

View File

@@ -96,6 +96,11 @@
<artifactId>spring-boot-starter-webmvc-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-core</artifactId>
<version>5.8.43</version>
</dependency>
</dependencies>
<build>