SpringFox starter

A springboot starter for springfox

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.robert2411
ArtifactId

ArtifactId

spring-boot-starter-springfox
Last Version

Last Version

1.2.5
Release Date

Release Date

Type

Type

jar
Description

Description

SpringFox starter
A springboot starter for springfox
Source Code Management

Source Code Management

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

Download spring-boot-starter-springfox

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
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 Optional jar

test (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar
junit : junit jar

Project Modules

There are no modules declared in this project.

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

Versions

Version
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