What you'll learn
In this project, you’ll create and customize domain models and repositories for blog posts and their author. Then we'll see how Spring Boot and Spring Data REST automatically export those domain objects to a REST API.
- Set up your local environment for projects.
- Create the Post Repository interface and use it to save data to the database.
- add the relationship between Post and Author and then add Author data to the database.
- add versions to the entities and to the API, then add validation.
Table of contents
- Set up your local environment for projects. We'll walk you through everything you need to know, including how to install and configure your environment to be able to complete all of the tasks.
- Create the Post Repository interface and use it to save data to the database.
- In this module we will add the relationship between Post and Author and then add Author data to the database. We'll also hide different REST resources.
- In this module we'll add versions to the entities and to the api. We'll also add validation.
Course FAQ
Spring Boot is a Java-based framework you can use to create standalone Spring-based applications.
Spring Data Rest compliments Spring Data repositories to help you build hypermedia-driven applications.
This Pluralsight Project is ideal for beginners because you can submit your code and receive feedback to help you complete the Project successfully.
This is a beginner-level Project that will walk you through the code download, development environment configuration, and even give feedback on your submitted code.