/swagger-demo-contract-first

Spring Boot with Swagger contract-first example.

Primary LanguageJavaApache License 2.0Apache-2.0

swagger-demo-contract-first

Spring Boot application with Swagger contract-first example.

Starting Swagger Editor locally

You can start a locally swagger editor by using vagrant with docker.

Issue the following command to start the swagger editor:

vagrant up

After a some minutes you can access the editor by calling http://localhost:8180.

WARNING: You have to be Vagrant and Virtual Box installed!