🎨 Improving code

This commit is contained in:
yadong.zhang 2021-02-16 11:22:32 +08:00
parent ce631d5231
commit 1de5bfd513
2 changed files with 14 additions and 14 deletions

View File

@ -23,20 +23,6 @@
<version>${project.parent.version}</version>
</dependency>
<!--
To decouple the JSON class library, developers only need to select the appropriate JSON class library to introduce, as follows:
- jackson
- fastjson
- gson
- hutool-json
For more information on the use of `simple-json`, please refer to: https://github.com/xkcoding/simple-json
-->
<dependency>
<groupId>com.xkcoding.json</groupId>
<artifactId>simple-json</artifactId>
<version>${simple-json.version}</version>
</dependency>
<!--
To decouple the HTTP class library, developers only need to select the appropriate HTTP class library to import, as follows:
- java 11 HttpClient

14
pom.xml
View File

@ -85,6 +85,20 @@
<scope>test</scope>
</dependency>
<!--
To decouple the JSON class library, developers only need to select the appropriate JSON class library to introduce, as follows:
- jackson
- fastjson
- gson
- hutool-json
For more information on the use of `simple-json`, please refer to: https://github.com/xkcoding/simple-json
-->
<dependency>
<groupId>com.xkcoding.json</groupId>
<artifactId>simple-json</artifactId>
<version>${simple-json.version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>