As it says that if you want to eat an elephant, you have to take one bite at a time. So here I am going to guide you on your journey to be a Spring boot developer. This journey consists of several steps where I will explain each step. But you need to code yourself to understand it better as mere reading will just be enjoyable but cannot drag out the coder in you.
Click on each of the links below to go to the respective tutorial. If you are new to Spring boot, then I would recommend you to follow step by step for each section in the same sequence as below.
Section 1 : How to create a simple spring boot application?
Section 2: How to return a custom message from spring boot controller?
Section 3: How to create a simple REST API