Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Gateway Application

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.

Build

./mvnw package

Run Locally

./mvnw spring-boot:run

Explore the Gateway

Run the frontend, and backend applications locally.

Browse to the gateway URL: http://localhost:8080/