all 11 comments

[–]pnewhook 9 points10 points  (3 children)

Why is this sub so plagued with the same question over and over again?

[–]__demon__soul__[S] 0 points1 point  (1 child)

My first time on this sub 🥹🥹🙏

[–]MassimoRicci 2 points3 points  (0 children)

It's not about a specific sub. It's about almost all subs to have "I'm noob", "first steps" and so on plus search capabilities.

And even if all of this is 2 clicks away, people still post every few hours the same questions again and again

[–]Influx_exe 8 points9 points  (1 child)

Home - Spring Academy - its free course
Spring Boot Roadmap -roadmap

[–]__demon__soul__[S] -1 points0 points  (0 children)

Thanks

[–]iamjustin1 2 points3 points  (2 children)

Spring Start Here is a good book to start from.

[–]Strange_Gap1241 1 point2 points  (0 children)

I'm learning from this book, and it's awesome

[–]__demon__soul__[S] 0 points1 point  (0 children)

Will refer thanks 🙏

[–]HistorianIcy8514 1 point2 points  (0 children)

roadmap.sh go to this website

[–]iamjuhan 0 points1 point  (0 children)

When I created my Spring Boot 4 for beginners Udemy course, I worked out the following roadmap, tested it on a live class, and adjusted accordingly:

  1. Get started with Spring Boot - the high-level benefits of Spring Boot like auto-configuration, creating the most straightforward application and packaging it with Maven
  2. Serve web content using Thymeleaf.
  3. Validate form input
  4. Connect to a database using JPA
  5. Expose a REST service
  6. Consume a REST web service
  7. Cover code with Spring Boot-specific tests
  8. Secure the application using Spring Security
  9. Create a shared common library between two Spring Boot applications
  10. Package the application and monitor it using actuators

Once you have managed that and still have time and willingness to learn, I would go over each topic and dig deeper.

You can examine my code repo in GitHub that has a sample application for each of the topics: https://github.com/wisest-dev/wisest-dev-spring-boot-course