增加消息功能

This commit is contained in:
menxipeng
2025-08-24 21:13:04 +08:00
parent 66dc8ce2bf
commit 145462ea02
21 changed files with 966 additions and 9 deletions

View File

@@ -193,7 +193,10 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
</dependency>
</dependencies>