Testing the APIs
Now, you must be looking forward to testing. You can find the API client collection at the following location, which is an HTTP Archive file and can be used by Insomnia or Postman API clients. You can import it and then test the APIs:
Building and running the Chapter 4 code
You can build the code by running gradlew clean build
from the root of the project and run the service using java -jar build/libs/Chapter04-0.0.1-SNAPSHOT.jar
. Make sure to use Java 17 in the path.