物解析功能

This commit is contained in:
2023-08-16 19:47:54 +08:00
parent 93fb513166
commit 4740f2b4d0
8 changed files with 108 additions and 47 deletions

View File

@@ -76,6 +76,10 @@
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
</dependency>
</dependencies>
<build>