Skip to content

akabanov57/social-multiplication-mm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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.