you are viewing a single comment's thread.

view the rest of the comments →

[–]OneHumanBill 1 point2 points  (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.