注册
登录
C#/.net
>>
jughh-axon-bank
>>
返回
项目作者:
holisticon
项目描述 :
Axon Bank example
高级语言:
Java
项目主页:
项目地址:
git://github.com/holisticon/jughh-axon-bank.git
创建时间:
2020-01-20T22:43:58Z
项目社区:
https://github.com/holisticon/jughh-axon-bank
开源协议:
下载
Axon Bank
Axon Server
all in one
dashboard
Use cases
Customer
create a new Customer with id and name
list all customers
find customer with all accounts and current balance
Account
create a new account for customer
deposit money on account (ATM)
withdraw money from account (ATM)
transfer money from one account to another - making sure that the transfer is only successful if both accounts where altered.