add:异步编程

This commit is contained in:
zhangzhiqiang
2023-05-06 16:35:52 +08:00
parent be0566e379
commit 6303079e27
4 changed files with 36 additions and 10 deletions

View File

@@ -30,6 +30,11 @@
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>20.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>