Duration 1:33:39

Spring Boot AJAX CRUD REST API Call Examples - Part 1: Single Entity

14 427 watched
0
242
Published 5 Aug 2020

Learn to implement AJAX calls for consuming REST APIs of CRUD operations (Create, Retrieve, Update and Delete) in a Spring Boot project with jQuery and Bootstrap. In details, I will guide you step by step coding a CRUD Module for a Spring Boot project that use: - Spring Data JPA with Hibernate for data access layer - Thymeleaf in the view layer as template engine - Spring RESTful Webservices to expose REST APIs of CRUD to the clients. - jQuery to make AJAX Calls to consume the REST APIs of CRUD operations, and update the Document Object Model (DOM) of the HTML document to update the user interface. - Bootstrap for responsive web user interface. - MySQL as the database. In this part 1, you will learn how to make AJAX calls for REST APIs to implement the countries module (manage a single entity) in a Spring Boot application. Part 2: /watch/M-72Crl6gp462

Category

Show more

Comments - 58