This is another framework I recommend every Java developer to learn in 2023 and going forward. Spring Boot took Spring’s philosophy of simplification and made it easy to work with Spring itself. Just like Spring makes it easier to create a Java application, Spring Boot makes it easier to create a spring-based Java application.
Features like auto-configuration take away most of the pain associated with configuring the Spring application. Similarly, starter POM features grouped commonly used dependency into simple reusable POMs.
Now, if you want to learn Spring Boot, I strongly suggest you go through Learn Spring Boot in 100 Steps course; it’s one of the best and most up-to-date and also provide step-by-step guides for everyday things a Spring Boot developer needs to know.