When we create any spring boot application then we add some spring boot starter in it according to the requirements of the application. Starters are nothing, just a set of convenient dependency descriptors that you can include in your application. The starters contain a lot of dependencies that you need to start your project up … Continue reading Custom Spring boot starter