Welcome to the Cloud Gateway project! This project serves as a gateway for routing requests to various services in the cloud.
The Cloud Gateway provides the following features:
- Route requests to different microservices based on path or headers.
- Load balancing and failover between service instances.
To get started with the Cloud Gateway, follow these steps:
- Clone this repository:
git clone https://github.com/moralok/cloud-gateway.git
- Navigate to the project directory:
cd cloud-gateway
- Build the project:
mvn clean package
- Run the application:
java -jar target/cloud-gateway-${version}.jar
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.