Spring Boot Microservices: Building RESTful API Services

placeholder

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 youll learn how to build a RESTful API service to perform CRUD operations. Youll use Advanced REST Client to test your API service and wire up a MySQL database using JPA Spring Data and Hibernate. Youll then add a front end to your application using the Thymeleaf template engine. Finally youll 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.