MyGit

thilko/gradle-springdoc-plugin

Fork: 1 Star: 10 (更新于 2024-05-20 06:54:07)

license: MIT

Language: Groovy .

Generate api documentation from mvc spring annotations

GitHub网址

gradle-springdoc-plugin

Build Status

A gradle plugin to generate rest api documentation from spring mvc annotations at build time. No runtime dependencies.

Project is in an early development stage: ideas, issues and comments are highly appreciated.

Usage

Include the plugin in your gradle script:

buildscript {
    repositories {
      mavenCentral()
    }
    dependencies {
        classpath "com.thilko.spring:gradle-springdoc-plugin:0.7"
    }
}

apply plugin: 'springdoc'

You got a build task generateSpringDoc which produces HTML documentation in buildDir.

Have a look at the example.

最近版本更新:(数据更新于 2024-05-15 01:46:08)

thilko/gradle-springdoc-plugin同语言 Groovy最近更新仓库

2024-06-01 06:22:22 gradle/gradle

2023-07-15 08:08:41 google/protobuf-gradle-plugin

2023-04-03 16:51:41 palantir/gradle-docker

2022-09-09 20:01:49 researchgate/gradle-release

2016-08-25 02:42:24 okjsp/okky

1970-01-01 00:00:00 mcxiaoke/gradle-packer-plugin