Springboot REST Full Web Service Application Code Challenge with the following features:
- creating account balance
- deposit transaction
- check account balance
- withdraw
- disable account
- bank statement
Before you begin, ensure you have met the following requirements:
To use Bank Account Web Application, follow these steps:
mvn spring-boot:run
Swagger documentation and database are available when this application is running with the following link:
- Swagger
- H2 Database with the following information:
insert into customer (customer_id, customer_birth, customer_cpf, customer_name) values (1, PARSEDATETIME(sysdate, 'yyyy-MM-dd'), '11111111111', 'Nome do cliente');
If you want to contact me you can reach me at [email protected].