SpringFox starter

A springboot starter for springfox

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

1.2.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

SpringFox starter
A springboot starter for springfox
Система контроля версий

Система контроля версий

https://github.com/robert2411/spring-boot-starter-springfox

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

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

<!-- https://jarcasting.com/artifacts/com.github.robert2411/spring-boot-starter-springfox/ -->
<dependency>
    <groupId>com.github.robert2411</groupId>
    <artifactId>spring-boot-starter-springfox</artifactId>
    <version>1.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.robert2411/spring-boot-starter-springfox/
implementation 'com.github.robert2411:spring-boot-starter-springfox:1.2.5'
// https://jarcasting.com/artifacts/com.github.robert2411/spring-boot-starter-springfox/
implementation ("com.github.robert2411:spring-boot-starter-springfox:1.2.5")
'com.github.robert2411:spring-boot-starter-springfox:jar:1.2.5'
<dependency org="com.github.robert2411" name="spring-boot-starter-springfox" rev="1.2.5">
  <artifact name="spring-boot-starter-springfox" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.robert2411', module='spring-boot-starter-springfox', version='1.2.5')
)
libraryDependencies += "com.github.robert2411" % "spring-boot-starter-springfox" % "1.2.5"
[com.github.robert2411/spring-boot-starter-springfox "1.2.5"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter-web jar
io.springfox : springfox-boot-starter jar 3.0.0
io.springfox : springfox-swagger-ui jar 3.0.0
org.springframework.boot : spring-boot-configuration-processor Необязательный jar

test (2)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter-test jar
junit : junit jar

Модули Проекта

Данный проект не имеет модулей.

Maven Central FOSSA Status

The core of this project is build around the springfox project: https://github.com/springfox/springfox

The goal of this project is to make it easier to integrate springfox with spring boot applications

Usage

Add the dependency to your project

<dependency>
    <groupId>com.github.robert2411</groupId>
    <artifactId>spring-boot-starter-springfox</artifactId>
</dependency>
  • Go to /swagger-ui/ to see the ui
  • Go to /v2/api-docs to see the json

Config properties

swagger:
  info:
    title: title
    description: description
    version: version
    termsOfServiceUrl: termsOfServiceUrl
    contact:
      name: name
      url: url
      email: email
    license:
      name: name
      url: url
  config:
    paths: /api/.*
    documentation-type: swagger

The options for documentation-type are: swagger, openApi

License

FOSSA Status

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

Версия
1.2.5
1.2.4
1.2.3
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0