Getting Started With Spring Restful Api


Go Back to Course Outline

Repositories
Is an application program interface that takes advantage of the existing HTTP protocols. The standard CRUD is translated into HTTP verbs which we will discuss in the next video. In Spring there are two common ways we create a REST API and that is by either using annotation or via Spring Data JPA which expose your repository classes as REST API endpoints.

As for the advantages of using REST, there are already tons of articles available on Google.

In the next video, we will dissect a REST annotated class. It could be confusing for beginners so feel free to ask questions, just give me some time to answer.

And don’t forget to like my videos and subscribe to my channel. Thank you.

0 Comments

Post a Comment

Post a Comment (0)

Previous Post Next Post
NERV Open Source

Building production Spring Boot systems?

Explore NERV — open-source Java libraries for audit trails, persistence, exception handling, and reliable event-driven architecture.

Explore NERV on GitHub →