Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 952 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 952 Bytes

social-multiplication-mm

Demonstration of using some of SOLID principles.
The following scenarios can be imagined.

  1. The application was written using hibernate to access the database, but one of the customers requested to use eclipselink for this.
  2. Or the application is written using "RESOURCE_LOCAL" transactions, but one of the customers requested to use a transaction manager.
  3. etc...

This project uses SOLID principles to extend the project while keeping it maintainable.

This project has been adapted from [https://github.com/microservices-practical/microservices-v4/tree/master/social-multiplication](https://github.com/microservices-practical/microservices-v4/tree/master/social-multiplication).

Look inside. Each module has a README.md file with explanations.