Relative Content

Tag Archive for spring-bootspring-autoconfiguration

Auto Enable Spring-Boot Core/Base Project without ComponentScan

I have two projects. First one is main-app, second-one is base-app. I try to include second-app in main-app. Normally, I can handle it easily with using ComponentScan("com.example.base") but I’m looking for an alternative for it, such as spring.factories Do you have any suggestion?

Auto Enable Spring-Boot Core/Base Project without ComponentScan

I have two projects. First one is main-app, second-one is base-app. I try to include second-app in main-app. Normally, I can handle it easily with using ComponentScan("com.example.base") but I’m looking for an alternative for it, such as spring.factories Do you have any suggestion?