🔄Update: 使用 Hutool 创建线程池

This commit is contained in:
2025-11-10 21:57:17 +08:00
parent c76c902319
commit 75dd3daef8
2 changed files with 41 additions and 4 deletions
+6
View File
@@ -23,6 +23,12 @@
</parent>
<dependencies>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-core</artifactId>
<version>5.8.31</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>