Skip to content

Instantly share code, notes, and snippets.

@DoTheMonkeyBusiness
Created May 18, 2022 09:24
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 DoTheMonkeyBusiness/83cd54f8dc4975f1c027c9350dc7b1bd to your computer and use it in GitHub Desktop.
Save DoTheMonkeyBusiness/83cd54f8dc4975f1c027c9350dc7b1bd to your computer and use it in GitHub Desktop.
@Module(includes = [SecondModule::class])
@ComponentScan("com.firstModule")
class FirstModule
@Module
@ComponentScan("com.secondModule")
class SecondModule
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment