Address - RHMAccounting/spring-allacc GitHub Wiki
At multiple times, we need to define, assign an address to an entity (ie: user address, company address, bank address, contacts...). It would be wise to duplicate the instance of the object among several modules so we decided to implement an independant micro service to handle all that belongs to an address entity.
Let's see what kind of use cases we identify in this micro service :
How the micro service interacts itself with various functionalities...
Several entities are interacting for the whole service to work :
Linking to these addresses will be done from the ID and the access management service with token details...