add toml support

This commit is contained in:
Looly
2023-03-28 02:04:37 +08:00
parent a30d5bb1a1
commit 42853b6706
9 changed files with 1159 additions and 18 deletions

View File

@@ -43,10 +43,11 @@
<artifactId>hutool-log</artifactId>
<version>${project.parent.version}</version>
</dependency>
<!-- YAML支持 -->
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.32</version>
<version>2.0</version>
<optional>true</optional>
</dependency>
</dependencies>