Skip to content
No description, website, or topics provided.
HTML Java
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
gradle/wrapper
src
.gitignore
README.md
build.gradle
gradlew
gradlew.bat
settings.gradle

README.md

SpringBoot 2.1 & Spring Rest Docs & Gradle Example

Compile & Run boot

gradle clean build bootRun

Create snippet(asciidoc) & Build

gradle clean build

created build/asciidoc/html5

Copy generated files to resources/static (can be used by gradle)

Copy build/asciidoc/html5/*.adoc to resources/static

Run Springboot

java -jar build/libs/api-restdocs-0.0.1-SNAPSHOT.jar

Api-docs URL

http://localhost:8080/api-docs.html
You can’t perform that action at this time.