mirror of
https://gitee.com/fujieid/jap.git
synced 2024-12-02 11:18:53 +08:00
🎨 Improving code
This commit is contained in:
parent
ce631d5231
commit
1de5bfd513
@ -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
14
pom.xml
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user