Skip to content

yuriytkach/spring-rest-docs-with-rest-assured

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-rest-docs-with-rest-assured

Sample project that shows the use of Spring REST Docs with REST Assured library.

The output produced by rest docs can be viewed here: https://yuriytkach.github.io/spring-rest-docs-with-rest-assured/

To run the code, checkout, cd to the directory, and execute:

./gradlew asciidoctor

This will execute tests and produce the html file documenting rest service. Search for the file in build/asciidoc/html5/index.html

You can also run the rest web service by executing:

./gradlew bootRun

About

Sample project that shows the use of spring rest docs with rest assured

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages