hotkit-json-adapter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.wujiuye</groupId> <artifactId>hotkit-json-adapter</artifactId> <version>2021.002.RC</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.github.wujiuye</groupId> <artifactId>hotkit-json-adapter</artifactId> <version>2021.002.RC</version> <name>hotkit-json-adapter</name> <description>hotkit-json-adapter是hotkit-json适配springboot的starter包,自动将webmvc或webflux的json解析工作交给hotkit-json完成,以此让整个项目使用同一套json解析配置。</description> <url>https://github.com/wujiuye/hotkits</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>wujiuye</id> <name>wujiuye</name> <email>419611821@qq.com</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/wujiuye/hotkits.git</connection> <developerConnection>scm:git:https://github.com/wujiuye/hotkits.git</developerConnection> <url>https://github.com/wujiuye/hotkits</url> </scm> <dependencies> <dependency> <groupId>com.github.wujiuye</groupId> <artifactId>hotkit-json</artifactId> <version>2021.002.RC</version> <scope>compile</scope> </dependency> </dependencies> </project>