| | |
| | | <jwt.version>0.9.1</jwt.version> |
| | | <mybatis-plus.version>3.5.2</mybatis-plus.version> |
| | | <hutool.version>5.5.7</hutool.version> |
| | | |
| | | <httpclient.version>4.5.11</httpclient.version> |
| | | <gson.version>2.8.9</gson.version> |
| | | </properties> |
| | | |
| | | <!-- 依赖声明 --> |
| | |
| | | <artifactId>hutool-all</artifactId> |
| | | <version>${hutool.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient --> |
| | | <dependency> |
| | | <groupId>org.apache.httpcomponents</groupId> |
| | | <artifactId>httpclient</artifactId> |
| | | <version>${httpclient.version}</version> |
| | | </dependency> |
| | | <!-- https://mvnrepository.com/artifact/com.google.code.gson/gson --> |
| | | <dependency> |
| | | <groupId>com.google.code.gson</groupId> |
| | | <artifactId>gson</artifactId> |
| | | <version>${gson.version}</version> |
| | | </dependency> |
| | | </dependencies> |
| | | </dependencyManagement> |
| | | |