Simple REST based Payment API
Java based REST API using Spring Boot, H2DB, HATEOAS, Serenity, RestAssured, Swagger, Structurizr.
- Java 8
- Maven
Run the following command
mvn spring-boot:run
Navigate to the following url via browser: http://localhost:8080
You can run all unit and integration tests by executing the following command
mvn clean verify