This sample task is to create a RESTful micro-service for managing debit / credit cards.
This exercise is just focused on the REST API
- # /Signin /Generate Token
- Manage Consumer Info
- Manage Accounts
- Manage Cards
- Manage Transaction
- 1.Consumer # and signin to generate
token
- 2.Use
token
to create Accounts - 3.Use
token
create Cards - 4.use
token
to make transactions
To complete this project tasks I use framework like below:
- Spring Boot 2.1.5
- Mybatis + Spring Boot 2.0.1
- Springfox Swagger2 2.4.0
- JWT 2.4.0
- Lombok 1.18.8
- Git client