This application is a Spring Cloud "Gateway" application that can route requests to both the backend application, and the frontend application.
This allows for a deployment topology where only this application is exposed, and creates the appearance that the backend and frontend applications are being served from the same domain.
./mvnw package
./mvnw spring-boot:run
Run the frontend, and backend applications locally.
Browse to the gateway URL: http://localhost:8080/