Table of contents for Spring Boot Tutorial.
From basic to expert level.
If someone suggest new topic then I'll make video on that and add that into this list.
Below are the detailed topics under SpringBoot + Java with link to their description. The source code are mentioned in the description box of each video.
Hello World with Spring Boot with thymeleaf template engine (I have added this here just to introduce that we can do the Front end code with spring boot)
Hello World with Spring Boot with Groovy language (To show that spring boot supports other languages like groovy and kotlin other than java)
Spring boot dev tool is there for rescue
It's super easy. Spring boot actuators are there to take care of monitoring
With swagger documentation as well interaction with REST APIs is super cool and easy.
We have two options to do the configuraitons -
And mostly we have different configuration for each of these environement. For e.g. if there is DB connection then we have different password for each environment. To handle this gracefully and without change in code we have "conceptps of profiles in spring boot. Let's understand that -
Let's understand the logging in spring boot
Below are the topics that can help in deep understanding of spring boot and can be game changer if you are appearing for the interviews -
What is that first method that gets executed when you start spring boot application -
Failure analyzer helps in understading the error and exception messages in detail. Lets understand how they are created in spring boot and how to create our own
Every application uses some port where it can start itself. Let's understand this in spring boot application
Spring vs Spring boot framework.
One point - Spring is DAD of Spring Boot :P :)
You should checkout about the communication among different spring boot application. More specifically we call it - how to call another service from one service. How to collaborate among microservices. - Topic wise details about microservices communication
*** Looking forward for yout feedback on the description box of video or on facebook page as well https://www.facebook.com/greenlearner