Spring Boot项目直接引入下方依赖即可实现fastjson版本的httpmessageconverter:
<dependency>
<groupId>com.github.dreamroute</groupId>
<artifactId>fast-spring-boot-starter</artifactId>
<version>lastest version</version>
</dependency>
License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.dreamroute |
ArtifactId | ArtifactIdfast-spring-boot-starter |
Last Version | Last Version1.0-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfast
|
<!-- https://jarcasting.com/artifacts/com.github.dreamroute/fast-spring-boot-starter/ -->
<dependency>
<groupId>com.github.dreamroute</groupId>
<artifactId>fast-spring-boot-starter</artifactId>
<version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dreamroute/fast-spring-boot-starter/
implementation 'com.github.dreamroute:fast-spring-boot-starter:1.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.dreamroute/fast-spring-boot-starter/
implementation ("com.github.dreamroute:fast-spring-boot-starter:1.0-RELEASE")
'com.github.dreamroute:fast-spring-boot-starter:jar:1.0-RELEASE'
<dependency org="com.github.dreamroute" name="fast-spring-boot-starter" rev="1.0-RELEASE">
<artifact name="fast-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dreamroute', module='fast-spring-boot-starter', version='1.0-RELEASE')
)
libraryDependencies += "com.github.dreamroute" % "fast-spring-boot-starter" % "1.0-RELEASE"
[com.github.dreamroute/fast-spring-boot-starter "1.0-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.alibaba : fastjson | jar | 1.2.75 |
org.projectlombok : lombok | jar | 1.18.16 |
org.springframework.boot : spring-boot-starter-web | jar | 2.4.0 |
org.springframework.boot : spring-boot-starter-test | jar | 2.4.0 |
com.google.guava : guava | jar | 30.0-jre |
Spring Boot项目直接引入下方依赖即可实现fastjson版本的httpmessageconverter:
<dependency>
<groupId>com.github.dreamroute</groupId>
<artifactId>fast-spring-boot-starter</artifactId>
<version>lastest version</version>
</dependency>