Spring Boot Microservices: Building RESTful API Services
Building a RESTful API service to perform create, read, update, and delete (CRUD) operations is an integral part of building microservices with Spring Boot.In this course, you’ll learn how to build a RESTful API service to perform CRUD operations. you’ll use Advanced REST Client to test your API service, and wire up a MySQL database using JPA, Spring Data, and Hibernate. you’ll then add a front end to your application using the Thymeleaf template engine.Finally, you’ll build RESTful microservices in Spring Boot, integrate with a relational database to store your data, set up a front end for your application, and add caching for common requests.