How to enable auto-configuration for custom spring-boot module
30 Jun 2021 1 min read java springboot springIntroduction
There might be the use-cases when you create one common component in spring boot project and share that component with other services. This video tutorial will guide you how to create shareable component which enable auto-configuration and register all the beans in spring context.