This is a Demo API (Spring-Boot + Kotlin + Spring REST Docs) intended to make it easy for you to understand how to use Spring REST Docs to produce high-quality documentation for your RESTful services.
git clone https://github.com/thiagotn/demo-api.git
You will need Java 8 or later to build this Project. It is built using Maven:
mvn clean install
mvn spring-boot:run
http://localhost:8080
Feel free to contribute to this repo (https://github.com/thiagotn/demo-api/), sending pull requests any time :)