Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 834 Bytes

File metadata and controls

25 lines (14 loc) · 834 Bytes

Instructions for candidates

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.

Requirements

  • JDK 17
  • Docker

Template structure

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

API Documentation

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.