This project is part of my demonstration project. Like any other sub-project, it is meant to show my abilities to design and maintain a system, write qualitative code (including tests, of course), learn and use some of the technologies which I use on a daily basis at work and be one more reason to explore the latest changes of used frameworks and libraries.
The role of this sub-project application in the whole project is API gateway.
- Java 11
- Spring Framework 5
- Spring Boot 2
- Spring WebFlux
- Spring Cloud Gateway
- Spring Cloud Contract
To build the source you will need to install JDK 11.
$ ./gradlew build
$ ./gradlew bootRun