Testing the Apollo set of Java libraries from Spotify. Most of the code is for testing apollo-api.
Here are some of the tested features:
- Apollo initialization and environment variables;
- Routes: GET and POST routes, route using a full Java class or a lambda expression;
- Routing Engine: create multiple routes inside a class;
- Middlewares;
- Responses: return a HTTP success or error message with content or without content.
- NetBeans 8.2;
- jdk1.8.0_131;
- Maven 3.5.0.
- Open the project in NetBeans;
- Run the project.