https://github.com/dieppa/multiproject-easy-switch-microservices-monolithic_with_modules
https://github.com/dieppa/multiproject-easy-switch-microservices-monolithic_with_modules
java8 kotlin microservices proof-of-concept spring spring-boot
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dieppa/multiproject-easy-switch-microservices-monolithic_with_modules
- Owner: dieppa
- Created: 2018-05-28T13:45:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-13T09:55:31.000Z (almost 8 years ago)
- Last Synced: 2025-06-17T01:40:14.513Z (12 months ago)
- Topics: java8, kotlin, microservices, proof-of-concept, spring, spring-boot
- Language: Java
- Size: 92.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
Proof of concept: The idea is to have components that can be deployed as microservices or as part as a monolithic application with very little configuration. Even better, without no changes in the components, just in the monolithic app
but trying to minimize de extra code and sharing the main configuration.
For this, we are using more bean declaration, rather than package scan, in order to have
a more controlled configuration and dependency injection.
Also, as part of the proof of concept, modules are in Java and Kotlin