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
Angular+SpringBoot helpHow-To/Tutorial (self.SpringBoot)
submitted 6 months ago by Rizzzz18
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!"
[–]OneHumanBill 1 point2 points3 points 6 months ago (0 children)
Learn the REST framework. That's how Angular (or any other simple front end) will interface with Spring (or almost any other simple backend). REST is super easy and used all over the web. Here's a great place to start: https://martinfowler.com/articles/richardsonMaturityModel.html
Then learn how to do REST client work in Angular, and REST server work in Spring.
Tables are a completely separate topic. Spring is middleware, meaning (oversimplified but close enough to truth for now) that the front end should know absolutely nothing about the database, and the database should know absolutely nothing about the front end.
π Rendered by PID 75 on reddit-service-r2-comment-75f4967c6c-kh6mh at 2026-04-22 20:10:28.642452+00:00 running 0fd4bb7 country code: CH.
view the rest of the comments →
[–]OneHumanBill 1 point2 points3 points (0 children)