Skip to content
JSBlogs
Go back

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

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


Share this post on:

Previous Post
Introduction to Lombok (Speeding-up Java development)
Next Post
Azure Resource Owner Password Credentials flow