Spring-REST-Doc Maven Plugin

Maven plugin that generates the documentation of REST APIs that are based on Spring MVC and JAXB.

Лицензия

Лицензия

Группа

Группа

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

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

spring-rest-doc-plugin
Последняя версия

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

1.6.1
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

Spring-REST-Doc Maven Plugin
Maven plugin that generates the documentation of REST APIs that are based on Spring MVC and JAXB.
Организация-разработчик

Организация-разработчик

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

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

https://github.com/lbehnke/spring-rest-doc-plugin

Скачать spring-rest-doc-plugin

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

<plugin>
    <groupId>com.apporiented</groupId>
    <artifactId>spring-rest-doc-plugin</artifactId>
    <version>1.6.1</version>
</plugin>

Зависимости

compile (8)

Идентификатор библиотеки Тип Версия
com.apporiented : spring-rest-doc jar 1.6.1
com.fasterxml.jackson.core : jackson-databind jar 2.4.5
com.fasterxml.jackson.core : jackson-annotations jar 2.4.5
com.fasterxml.jackson.module : jackson-module-jaxb-annotations jar 2.4.5
com.google.guava : guava jar 18.0
org.apache.maven : maven-core jar 3.0
org.apache.maven : maven-plugin-api jar 3.0
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.2

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

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

spring-rest-doc-plugin

Maven 3 plugin that creates an API documentation as JSON or XML document.

Usage:

    <plugin>
        <groupId>com.apporiented</groupId>
        <artifactId>spring-rest-doc-plugin</artifactId>
        <configuration>
            <apiBaseUrl>http://localhost:8080/api</apiBaseUrl>
            <apiVersion>${project.version}</apiVersion>
            <apiPackages>
                <!-- Comma separated list of packes that contain DTOs and REST controllers -->
                <!-- Optionally, the apidoc modules describes itself -->
                com.apporiented.rest.apidoc.model
            </apiPackages>
            <apiFormat>JSON</apiFormat>
            <apiFile>${project.build.directory}/mbtht-api.json</apiFile>
            <!--
            <apiFormat>XML</apiFormat>
            <apiFile>${project.build.directory}/apidoc.xml</apiFile>
            -->
        </configuration>
        <dependencies>
            <!-- Dependencies that contain DTOs and REST controller classes go here! -->
        </dependencies>
    </plugin>

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

Версия
1.6.1
1.6
1.5
1.4
1.3
1.2.2