Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 535 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 535 Bytes

Account Project

This a Spring Boot application that accepts GET, POST and DELETE requests. Please note that this project uses Lombok. If you an Intellij user, you need to tick 'Enable annotation processing' in the settings. You also need to install Lombok plugin.

Endpoints:

GET accounts:

/account-project/rest/account/json

POST account:

/account-project/rest/account/json with JSON body: {"firstName": String,"secondName": String,"accountNumber": String}

DELETE account:

/account-project/rest/account/json/{id}