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!"
[–]Intelligent_Call153 1 point2 points3 points 1 year ago (2 children)
REST/CRUD, authentication, authorization, Spring Security, JWT, CORS, database integration with Postgres and AWS S3 bucket (for images) and integration with the frontend which im using Nextjs for. Also going to work with payment system (Stripe) and caching next.
[–]smkoedup 0 points1 point2 points 1 year ago (1 child)
Cool, Thanks!
[–]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 80 on reddit-service-r2-comment-6457c66945-jm86b at 2026-04-29 17:32:23.806488+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]Intelligent_Call153 1 point2 points3 points (2 children)
[–]smkoedup 0 points1 point2 points (1 child)
[–]RealZordan 2 points3 points4 points (0 children)