Skip to content

This is a practice using Jetty with Hibernate and without Spring. As a test, i'm using cucumber

Notifications You must be signed in to change notification settings

Vashete/testBackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

testBackend

This is a Maven application. In order to run the tests, you need to do a mvn test.

The url of the implementation is http://127.0.0.1:8080/rest/bank-transaction/deposit. You need to run as a Java application using Java 8.

An example of POST call body:

{ "result": "OK", "origin": { "sortCode": "01-01-12", "accountNumber": "43322122" }, "destination": { "sortCode": "01-01-13", "accountNumber": "43322123" } }

About

This is a practice using Jetty with Hibernate and without Spring. As a test, i'm using cucumber

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published