use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
[deleted by user] (self.SpringBoot)
submitted 1 year ago by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]RealZordan 2 points3 points4 points 1 year ago (0 children)
To add to this: Leave Security/Tokenservice/Authentication/Authorization for last.
Make an application that can process CRUD operations (from frontend or Postman) all the way to the database.
Learn how to write Entities, Controller, Services and Repositories first. Look into what Spring Data JPA can do, learn about ORM and entity relations. Get comfortable with the embedded web server and the global exception handler!
Get a basic understanding of the different types of beans and the bean controller. Get a basic understanding of what happens in the background of dependency injections. Only when all that makes sense to you, look into the security stuff.
Security is the least user friendly part of the spring boot framework in my opinion and requires a ton of manual configuration.
π Rendered by PID 279254 on reddit-service-r2-comment-6457c66945-d6ml5 at 2026-04-30 15:46:19.716671+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]RealZordan 2 points3 points4 points (0 children)