点赞++2

This commit is contained in:
sjm
2023-12-20 20:48:17 +08:00
parent 09165ec608
commit 67530a8c90
7 changed files with 91 additions and 28 deletions

13
pom.xml
View File

@@ -64,11 +64,18 @@
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.4</version>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-extension-spring6</artifactId>
<version>2.0.43</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<dependencyManagement>