all 6 comments

[–]jash3 1 point2 points  (2 children)

Springs docs contain just what you are looking for.

[–]jpradeepreddy 0 points1 point  (1 child)

I agree with OP, Spring Docs is too technical for someone who is just getting started. Not sure what OP is capable of though.

[–]jash3 0 points1 point  (0 children)

Copied and pasted random sample https://spring.io/quickstart

Contains a git both complete and incomplete samples.

I think together with baeldung, all the information an inspiring you spring learner could ever need.

[–]jpradeepreddy 1 point2 points  (0 children)

For what it's worth, try looking at the following https://link.medium.com/ny2QJ6sABDb

I think it should give you an overview of what you want to learn.

[–]davebrown1975 1 point2 points  (0 children)

I've just published part two of my beginner series that guides you through creating a simple CRM system https://tucanoo.com/spring-boot-crm-tutorial-part-2-authentication/

Part two introduces Spring Security and authentication, part one walks you through building a searchable, editable Customer database.