Created
July 25, 2022 17:26
-
-
Save tzachz/0b97157ab2ee34be6a2197b528f69c5e to your computer and use it in GitHub Desktop.
Beating Conway’s Law: Achieving Distributed Ownership with Guice, RabbitMQ and Kubernetes - code snippet 4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
guice.modules: ${GUICE_MODULES:-[ | |
"io.skai.publisherreportfetcher.amazon.AmazonModule", | |
"io.skai.publisherreportfetcher.google.GoogleModule", | |
# … all other modules | |
]} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment