September 2019
Intermediate to advanced
668 pages
15h 59m
English
Now, it is finally time to start everything up and test it manually using the Swagger UI.
Build and start the system landscape with the following command:
cd $BOOK_HOME/Chapter06./gradlew build && docker-compose build && docker-compose up
Open the Swagger UI in a web browser, http://localhost:8080/swagger-ui.html, and perform the following steps on the web page:
Following is a sample ...