Quoters Incorporated is a service used to support other Spring Guides.
Instead of relying on someone else’s REST service to supply us with data for consumption, we run our own, filled with real life Spring Boot quotes.
The app is very simple, but can also serve as a reference point for building your own Spring MVC app.
Technologies used:
-
Spring MVC
-
Spring Data JPA
-
H2 embedded database
Run with: ./mvnw spring-boot:run
-
http://localhost:8080/api - see ALL the quotations
-
http://localhost:8080/api/1 - see the first quotation
-
http://localhost:8080/api/random - see a random quotation