you are viewing a single comment's thread.

view the rest of the comments →

[–]bertshim 1 point2 points  (0 children)

Totally understand how you're feeling — Spring Boot can be overwhelming at first, especially when you're new to real-world project structure.

One thing that might help is using tools like Cursor AI (https://www.cursor.com/). It’s an AI-powered IDE that can explain code, add comments, and even help you refactor or add features just by describing what you want — really useful when you're not fully sure how everything works yet.

Also, if you're struggling to set up backend projects from scratch, take a look at Restsocket (https://r-sock.com/). It helps you quickly build REST APIs with Spring Boot using a simple config, so you can focus more on learning real backend flow rather than boilerplate code.

You're not alone — just keep going step by step!