This is the Java version of the Payment Gateway challenge. If you haven't already read this README.md on the details of this exercise, please do so now.
- JDK 17
- Docker
src/ - A skeleton SpringBoot Application
test/ - Some simple JUnit tests
imposters/ - contains the bank simulator configuration. Don't change this
.editorconfig - don't change this. It ensures a consistent set of rules for submissions when reformatting code
docker-compose.yml - configures the bank simulator
For documentation openAPI is included, and it can be found under the following url: http://localhost:8090/swagger-ui/index.html
Feel free to change the structure of the solution, use a different library etc.