Project repository for JavaND Project 2, where students implement a Vehicles API using Java and Spring Boot that can communicate with separate location and pricing services.
mvn clean package
for the maven projects:
- boogle-maps
- eurekaserver
- pricing-service
- vehicles-api
Run the JAR files in the following order:
- eurekaserver
- boogle-maps
- pricing-service
- vehicles-api
To verify that everything is running correctly, go to: Local Swagger-UI
Check each component to see its details and instructions. Note that all three applications should be running at once for full operation. Further instructions are available in the classroom.
The project requires the use of Maven and Spring Boot, along with Java v8.