This project was used to demo some features of the Spring Boot MVC Cloud Gateway Server
For now, this project just routes requests to the downstream recetas-java Spring Boot REST API
Java 21
The recetas-java project checked out in a directory adjacent to this project's directory, with a valid build.
To build
./gradlew build
To run
docker-compose up --build
At this point you should be able to make a request to GET http://localhost:8080/recipes which will be fulfilled by the recetas-java API.