无题

Apache Commons-Lang3

https://blog.csdn.net/qq_43842093/article/details/121914554

工具类

gson

解析 json

<!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
<dependency>
    <groupId>com.google.code.gson</groupId>
    <artifactId>gson</artifactId>
    <version>2.8.9</version>
</dependency>