akabanov57 / social-multiplication-mm

Demo of multi module spring boot project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Demo of multi module spring boot project

License:MIT License


Languages

Language:Java 93.4%Language:JavaScript 4.4%Language:HTML 2.0%Language:CSS 0.3%