How to enable auto-configuration for custom spring-boot module

| | java springboot spring

Introduction

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.

Video Tutorial