19 lines
464 B
Plaintext
19 lines
464 B
Plaintext
= REST Assured Sample
|
|
|
|
A basic application that demonstrates using Spring REST Docs with https://rest-assured.io[REST Assured].
|
|
|
|
|
|
|
|
== Building and Running the Sample
|
|
|
|
You will need Java 17 to build the sample.
|
|
It is built using Gradle:
|
|
|
|
[source]
|
|
----
|
|
./gradlew build
|
|
----
|
|
|
|
As part of the build, a file named `build/docs/asciidoc/index.html` is created.
|
|
It is produced using Asciidoctor and includes snippets generated by the sample's tests using Spring REST Docs.
|