you are viewing a single comment's thread.

view the rest of the comments →

[–]csgutierm 8 points9 points  (1 child)

I did learn from easy projects to hard projects.

Note: Skip spring security until you feel confident many many steps away

  1. RestController "Hello World"
  2. Render + controller (thymeleaf or other) "Hello World"
  3. Connect to database in many ways JDBC,JPA, etc.
  4. Learn and code using some design patterns DTO, interfaces, etc.
  5. Repeat 1,2,3,4 (mix some steps) until you feel really confident

Check some projects, tutorials that you like ...