requestjson

RequestJson

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.luxsuen
ArtifactId

ArtifactId

requestjson
Last Version

Last Version

1.1.5
Release Date

Release Date

Type

Type

jar
Description

Description

requestjson
RequestJson
Project URL

Project URL

https://github.com/LuxSun/requestjson
Source Code Management

Source Code Management

https://github.com/LuxSun/requestjson

Download requestjson

How to add to project

<!-- https://jarcasting.com/artifacts/com.luxsuen/requestjson/ -->
<dependency>
    <groupId>com.luxsuen</groupId>
    <artifactId>requestjson</artifactId>
    <version>1.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.luxsuen/requestjson/
implementation 'com.luxsuen:requestjson:1.1.5'
// https://jarcasting.com/artifacts/com.luxsuen/requestjson/
implementation ("com.luxsuen:requestjson:1.1.5")
'com.luxsuen:requestjson:jar:1.1.5'
<dependency org="com.luxsuen" name="requestjson" rev="1.1.5">
  <artifact name="requestjson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.luxsuen', module='requestjson', version='1.1.5')
)
libraryDependencies += "com.luxsuen" % "requestjson" % "1.1.5"
[com.luxsuen/requestjson "1.1.5"]

Dependencies

compile (8)

Group / Artifact Type Version
com.luxsuen : jsonutil jar 1.0.0
org.slf4j : slf4j-api jar 1.7.12
ch.qos.logback : logback-core jar 1.1.1
ch.qos.logback : logback-classic jar 1.1.1
javax.servlet : javax.servlet-api jar 3.1.0
org.springframework : spring-webmvc jar 4.3.2.RELEASE
com.jayway.jsonpath : json-path jar 2.4.0
com.alibaba : fastjson jar 1.2.47

Project Modules

There are no modules declared in this project.

RequestJson ReadMe

教程地址:https://blog.csdn.net/Dream_Weave/article/details/89438666






Updated Log


v1.1.1

  1. 升级@RequestJson,无需 value="XXX",方法参数名即可

v1.0.3

  1. 解决乱码问题
  2. 修复部分BUG

v1.0.2

  1. 解决 required BUG问题

v1.0.1

  1. 功能完善
  2. 突破@RequestBody的单体限制
  3. 解决注解的兼容共存问题

v1.0.0

  1. 测试版本

Versions

Version
1.1.5
1.1.4
1.1.2
1.1.1
1.0.3
1.0.2
1.0.1
1.0.0