Skip to content

fagnercarvalho/fagner-test-apollo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fagner-test-apollo

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.

Requirements

  • NetBeans 8.2;
  • jdk1.8.0_131;
  • Maven 3.5.0.

Setup

  • Open the project in NetBeans;
  • Run the project.