account api is implemented layered architecture.
- List:
all account information. - Find by Id:
get account information by id. - Save:
save account information on the data bases relational. - Delete: ` physical account information.
- Server configuration.
- Server discovery.
- Server gateway.
- Data base postgresql. `
java 11
postgresql-9.6.24-1-windows-x64
card api is implemented with hexagonal architecture.
- List:
all card information. - Find by Id:
get card information by id. - Save:
save card information on the data bases no relational. - Delete: ` physical card information.
- Server configuration.
- Server discovery.
- Server gateway.
- Data base mongoDB. `
application.home.config=\{localPath}\logback-spring.xml
Credit api is implemented with layered architecture.
- List:
all credit information. - Find by Id:
get credit information by id. - Save:
save credit information on the data bases relational. - Delete: ` physical credit information.
- Server configuration.
- Server discovery.
- Server gateway.
- Data base MySql. `
java 11
MySql 5.7
customer api is implemented hexagonal architecture.
- List:
all customer information. - Find by Id:
get customer information by id. - Save:
save customer information on the data bases no relational. - Delete: ` physical customer information.
- Server configuration.
- Server discovery.
- Server gateway.
- Data base MongoDB. `
java 11
mongoDB 6.0
Transaction api is implemented with hexagonal architecture.
- List:
all transaction information. - Find by Id:
get transaction information by id. - Save:
save transaction information on the data bases no relational. - Delete: ` physical transaction information.
- Server configuration.
- Server discovery.
- Server gateway.
- Data base mongoDB. `
application.home.config=\{localPath}\logback-spring.xml
Wallet api is implemented with layered Architecture.
- List:
all wallet information. - Find by Id:
get wallet information by id. - Save:
save wallet information on the data bases relational. - Delete: ` physical wallet information.
- Server configuration.
- Server discovery.
- Server gateway.
- Data base mysql.
- Cache redis. `
java 11
redis-2.4.5-win32-win64
MySql 5.7
- port:
9080
- github. `
java 11
- port:
9090
java 11
- port:
9095
java 11