Skip to content

Instantly share code, notes, and snippets.

@tzachz
Created July 25, 2022 17:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tzachz/0b97157ab2ee34be6a2197b528f69c5e to your computer and use it in GitHub Desktop.
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
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