com.github.dreamroute:fast-spring-boot-starter

fast

Лицензия

Лицензия

Категории

Категории

Spring Boot Контейнер Микросервисы
Группа

Группа

com.github.dreamroute
Идентификатор

Идентификатор

fast-spring-boot-starter
Последняя версия

Последняя версия

1.0-RELEASE
Дата

Дата

Тип

Тип

jar
Описание

Описание

fast

Скачать fast-spring-boot-starter

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
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>

Версии библиотеки

Версия
1.0-RELEASE