This commit is contained in:
2025-10-16 22:33:07 +08:00
parent c9cc800ed9
commit 5fbc33be74
37 changed files with 7044 additions and 1139 deletions

View File

@@ -63,6 +63,20 @@
<artifactId>jsch</artifactId>
<version>0.1.55</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-mail</artifactId>
</dependency>
<!-- 工具类(字符串处理等) -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
</dependencies>
<profiles>
<profile>