- Java8 JDK or Java10 JDK (this project was built with jdk10)
- Apache Maven
- MongoDB
Run the following in the root directory:
mvnw.cmd clean install
mvnw.cmd spring-boot:run
./mvnw clean install
./mvnw spring-boot:run
- API Spec: http://localhost:8080/v2/api-docs
- extracted YAML and JSON under
/src/main/resources/staticdirectory
- extracted YAML and JSON under
- Stock Data: http://localhost:8080/api/v1/stocks
- Health: http://localhost:8080/health
- Metrics: http://localhost:8080/metrics
- Http Trace: http://localhost:8080/httptrace
- Mappings: http://localhost:8080/mappings
