JAX-RS API based on Java EE. This api gets data from the NASDAQ
- Build Automation - Maven 3.3.x
- Static Analysis - FindBugs 3.0.1
- Application Server - WildFly 10.0.0.Final
- JUnit - JUnit 5.5.2
- Mockito - Mockito 3.1.0
- Java HTML Parser - Jsoup 1.11.3
- Project Lombok - lombok 1.18.10
Scripts for the local environment:
app-build
- build the application.app-deploy
- deploy the application.app-check
- check the application using the Sonar.
- Open Postman or some other assistant;
- Go to http://localhost:8080/jee-jax-rs-jsoup/companies/ and add
AAPL
or other symbol; - Do it
GET
request.