components-example
components-example copied to clipboard
A component-based architecture example for a Kotlin-based Spring Boot application.
Results
2
components-example issues
Sort by
recently updated
recently updated
newest added
### Outline the problem Let's assume the project is expanded with a new component: car-mechanic. If this module tries to use the check-engine module and vice-versa, the Maven lifecycle will...
If all modules operate on own tables without cross references, why there is a common DB module with one flyway history? If each module has independent tables it should have...