1. Introduction to Spring Boot with Configuration Setup/1. How this Course is organized - MUST WATCH.mp462.2 MB
1. Introduction to Spring Boot with Configuration Setup/1. How this Course is organized - MUST WATCH.srt10.3 KB
1. Introduction to Spring Boot with Configuration Setup/2. Java and Eclipse quick Installation to setup Environment.mp449.5 MB
1. Introduction to Spring Boot with Configuration Setup/2. Java and Eclipse quick Installation to setup Environment.srt7.7 KB
1. Introduction to Spring Boot with Configuration Setup/3. Install Spring tools Suite Plugin to get started with Spring Projects.mp486.4 MB
1. Introduction to Spring Boot with Configuration Setup/3. Install Spring tools Suite Plugin to get started with Spring Projects.srt16.4 KB
1. Introduction to Spring Boot with Configuration Setup/4. Understand Spring Initializer Project Structure and its Terminologies.mp4115.4 MB
1. Introduction to Spring Boot with Configuration Setup/4. Understand Spring Initializer Project Structure and its Terminologies.srt14.8 KB
1. Introduction to Spring Boot with Configuration Setup/5. Wrap Up Quiz.html168 bytes
10. Building Integration Test Cases with H2 Mock Data Base for Controller Methods/1. Introduction to Integration Testing and its advantages.mp425.8 MB
10. Building Integration Test Cases with H2 Mock Data Base for Controller Methods/1. Introduction to Integration Testing and its advantages.srt6.8 KB
10. Building Integration Test Cases with H2 Mock Data Base for Controller Methods/2. Understand H2 Mock data base usage and its dependencies for Integration Testing.mp498.8 MB
10. Building Integration Test Cases with H2 Mock Data Base for Controller Methods/2. Understand H2 Mock data base usage and its dependencies for Integration Testing.srt11.8 KB
10. Building Integration Test Cases with H2 Mock Data Base for Controller Methods/3. Build Mock SQL Properties file and feed with Mock data what you want to use.mp493.4 MB
10. Building Integration Test Cases with H2 Mock Data Base for Controller Methods/3. Build Mock SQL Properties file and feed with Mock data what you want to use.srt10.2 KB
10. Building Integration Test Cases with H2 Mock Data Base for Controller Methods/4. Introduction to TestRestTemplate class for Integration Testing of Services.mp4144.4 MB
10. Building Integration Test Cases with H2 Mock Data Base for Controller Methods/4. Introduction to TestRestTemplate class for Integration Testing of Services.srt15.0 KB
10. Building Integration Test Cases with H2 Mock Data Base for Controller Methods/5. Asserting the validations for response of APIServices with Integration Test.mp4120.7 MB
10. Building Integration Test Cases with H2 Mock Data Base for Controller Methods/5. Asserting the validations for response of APIServices with Integration Test.srt11.8 KB
10. Building Integration Test Cases with H2 Mock Data Base for Controller Methods/6. Build Integration Test for Post http method Rest Controller with assertions.mp4209.5 MB
10. Building Integration Test Cases with H2 Mock Data Base for Controller Methods/6. Build Integration Test for Post http method Rest Controller with assertions.srt19.4 KB
10. Building Integration Test Cases with H2 Mock Data Base for Controller Methods/7. Wrap Up Quiz Section 10.html168 bytes
11. Running all Unit and Integration Test as a batch run from Maven/1. Starting the Spring Boot Server App from Maven commands.mp475.0 MB
11. Running all Unit and Integration Test as a batch run from Maven/1. Starting the Spring Boot Server App from Maven commands.srt8.2 KB
11. Running all Unit and Integration Test as a batch run from Maven/2. Understand building Custom Spring Boot profiles to switch the Back end storage.mp4124.0 MB
11. Running all Unit and Integration Test as a batch run from Maven/2. Understand building Custom Spring Boot profiles to switch the Back end storage.srt10.6 KB
11. Running all Unit and Integration Test as a batch run from Maven/3. Running Unit and Integration Tests through Maven commands.mp4159.1 MB
11. Running all Unit and Integration Test as a batch run from Maven/3. Running Unit and Integration Tests through Maven commands.srt15.6 KB
11. Running all Unit and Integration Test as a batch run from Maven/4. Wrap Up Quiz Section 11.html168 bytes
2. Understanding Spring Boot Fundamentals/1. Where to download Code files.html142 bytes
2. Understanding Spring Boot Fundamentals/2. Getting started with Rest Hello World Service development.mp422.0 MB
2. Understanding Spring Boot Fundamentals/2. Getting started with Rest Hello World Service development.srt5.6 KB
2. Understanding Spring Boot Fundamentals/3. Understand Rest Controllers in Spring Boot.mp4127.0 MB
2. Understanding Spring Boot Fundamentals/3. Understand Rest Controllers in Spring Boot.srt16.0 KB
2. Understanding Spring Boot Fundamentals/4. Importance of AutoWired Annotation in grabbing class object.mp4147.2 MB
2. Understanding Spring Boot Fundamentals/4. Importance of AutoWired Annotation in grabbing class object.srt15.6 KB
2. Understanding Spring Boot Fundamentals/5. Quiz on Section 2.html168 bytes
3. Setting up JPA Repositories and its Mapping Beans for API's Development/1. Understand the Library API Contract with database Interaction.mp438.1 MB
3. Setting up JPA Repositories and its Mapping Beans for API's Development/1. Understand the Library API Contract with database Interaction.srt7.9 KB
3. Setting up JPA Repositories and its Mapping Beans for API's Development/2. Set up MYSQL Server to interact with API's.mp441.6 MB
3. Setting up JPA Repositories and its Mapping Beans for API's Development/2. Set up MYSQL Server to interact with API's.srt5.5 KB
3. Setting up JPA Repositories and its Mapping Beans for API's Development/2.1 sbsql.txt381 bytes
3. Setting up JPA Repositories and its Mapping Beans for API's Development/2.2 sbsql2.sql357 bytes
3. Setting up JPA Repositories and its Mapping Beans for API's Development/3. Set MYSQL related Properties in Spring Boot Application.mp4116.3 MB
3. Setting up JPA Repositories and its Mapping Beans for API's Development/3. Set MYSQL related Properties in Spring Boot Application.srt15.7 KB
3. Setting up JPA Repositories and its Mapping Beans for API's Development/4. Get JPA Dependencies and create Entity Beans based on the contract Design.mp4128.5 MB
3. Setting up JPA Repositories and its Mapping Beans for API's Development/4. Get JPA Dependencies and create Entity Beans based on the contract Design.srt13.3 KB
3. Setting up JPA Repositories and its Mapping Beans for API's Development/5. Understand JPA Hibernate Properties and JPARepository Interface.mp497.9 MB
3. Setting up JPA Repositories and its Mapping Beans for API's Development/5. Understand JPA Hibernate Properties and JPARepository Interface.srt11.4 KB
3. Setting up JPA Repositories and its Mapping Beans for API's Development/6. Get the Data from Database tables with JPA Find Methods using Controller.mp4166.4 MB
3. Setting up JPA Repositories and its Mapping Beans for API's Development/6. Get the Data from Database tables with JPA Find Methods using Controller.srt18.5 KB
3. Setting up JPA Repositories and its Mapping Beans for API's Development/7. Understand all CRUD operations to interact with DB from Spring controllers.mp4156.2 MB
3. Setting up JPA Repositories and its Mapping Beans for API's Development/7. Understand all CRUD operations to interact with DB from Spring controllers.srt15.0 KB
3. Setting up JPA Repositories and its Mapping Beans for API's Development/8. Wrap Up Quiz Section 3.html168 bytes
4. Develop Rest API Services from Scratch with Spring Boot/1. Understand AddBook API Contract with implementation plan.mp432.0 MB
4. Develop Rest API Services from Scratch with Spring Boot/1. Understand AddBook API Contract with implementation plan.srt6.7 KB
4. Develop Rest API Services from Scratch with Spring Boot/2. Build AddBook Rest Controller with Post Mapping.mp4154.7 MB
4. Develop Rest API Services from Scratch with Spring Boot/2. Build AddBook Rest Controller with Post Mapping.srt18.9 KB
4. Develop Rest API Services from Scratch with Spring Boot/3. Building response with status codes and Headers for AddBook Controller.mp4157.0 MB
4. Develop Rest API Services from Scratch with Spring Boot/3. Building response with status codes and Headers for AddBook Controller.srt16.7 KB
4. Develop Rest API Services from Scratch with Spring Boot/4. Implementation of Error handling Scenarios for the Service to return messages.mp4201.3 MB
4. Develop Rest API Services from Scratch with Spring Boot/4. Implementation of Error handling Scenarios for the Service to return messages.srt21.3 KB
4. Develop Rest API Services from Scratch with Spring Boot/5. Implement Get Book by ID Rest Controller with Get Mapping.mp4162.4 MB
4. Develop Rest API Services from Scratch with Spring Boot/5. Implement Get Book by ID Rest Controller with Get Mapping.srt17.7 KB
4. Develop Rest API Services from Scratch with Spring Boot/6. Implement Get Book by Author Rest Controller with Database Interaction Logic.mp4138.2 MB
4. Develop Rest API Services from Scratch with Spring Boot/6. Implement Get Book by Author Rest Controller with Database Interaction Logic.srt15.7 KB
4. Develop Rest API Services from Scratch with Spring Boot/7. Wrap Up Quiz Section 4.html168 bytes
5. Understanding JPA Interface to interact with Database from Spring controller/1. Implementing JPA Custom Interface to build own logic in retrieving data.mp4191.7 MB
5. Understanding JPA Interface to interact with Database from Spring controller/1. Implementing JPA Custom Interface to build own logic in retrieving data.srt18.0 KB
5. Understanding JPA Interface to interact with Database from Spring controller/2. Building Update Book API Logic with Put mapping and DB Interaction.mp4170.2 MB
5. Understanding JPA Interface to interact with Database from Spring controller/2. Building Update Book API Logic with Put mapping and DB Interaction.srt17.8 KB
5. Understanding JPA Interface to interact with Database from Spring controller/3. Implementing Delete Book API Logic with Delete Http Method.mp4137.9 MB
5. Understanding JPA Interface to interact with Database from Spring controller/3. Implementing Delete Book API Logic with Delete Http Method.srt14.7 KB
5. Understanding JPA Interface to interact with Database from Spring controller/4. Wrap Up Quiz Section 5.html168 bytes
5. Understanding JPA Interface to interact with Database from Spring controller/GetFreeCourses.Co.url116 bytes
5. Understanding JPA Interface to interact with Database from Spring controller/How you can help GetFreeCourses.Co.txt182 bytes
6. Implementation of logging for Rest Services/1. Implementing Logging to setup Log file for all the back end work.mp4114.9 MB
6. Implementation of logging for Rest Services/1. Implementing Logging to setup Log file for all the back end work.srt10.4 KB
6. Implementation of logging for Rest Services/2. Implementing Security Authorization to call the Services from the front end.mp452.8 MB
6. Implementation of logging for Rest Services/2. Implementing Security Authorization to call the Services from the front end.srt6.0 KB
6. Implementation of logging for Rest Services/3. Wrap Up Quiz Section 6.html168 bytes
7. Unit Testing the Micro Services built by Spring Boot/1. Introduction to Unit Testing and Integration Testing.mp461.5 MB
7. Unit Testing the Micro Services built by Spring Boot/1. Introduction to Unit Testing and Integration Testing.srt19.8 KB
7. Unit Testing the Micro Services built by Spring Boot/2. Identifying Right Candidates of Unit Testing and build testing approach.mp4132.2 MB
7. Unit Testing the Micro Services built by Spring Boot/2. Identifying Right Candidates of Unit Testing and build testing approach.srt14.9 KB
7. Unit Testing the Micro Services built by Spring Boot/3. Approach in building Unit Tests for Rest Controller methods.mp4103.8 MB
7. Unit Testing the Micro Services built by Spring Boot/3. Approach in building Unit Tests for Rest Controller methods.srt11.2 KB
7. Unit Testing the Micro Services built by Spring Boot/4. Wrap Up Quiz Section 7.html168 bytes
8. Mockito Framework to Mock the dependencies for Unit Testing/1. Importance of Mock Bean Annotation in mocking the external dependencies.mp4214.8 MB
8. Mockito Framework to Mock the dependencies for Unit Testing/1. Importance of Mock Bean Annotation in mocking the external dependencies.srt20.9 KB
8. Mockito Framework to Mock the dependencies for Unit Testing/2. Response Entity object to get response and inject Junit Assertions to Test.mp4160.9 MB
8. Mockito Framework to Mock the dependencies for Unit Testing/2. Response Entity object to get response and inject Junit Assertions to Test.srt14.7 KB
8. Mockito Framework to Mock the dependencies for Unit Testing/3. Wrap Up Quiz Section 8.html168 bytes
9. Mock MVC Framework to run Rest API Tests with Serverless mode/1. Introduction to Mock MVC and its methods to call the Services from code.mp4234.0 MB
9. Mock MVC Framework to run Rest API Tests with Serverless mode/1. Introduction to Mock MVC and its methods to call the Services from code.srt22.7 KB
9. Mock MVC Framework to run Rest API Tests with Serverless mode/2. AndExpect , Perform methods of MockMVC for validation of Unit Tests.mp4112.9 MB
9. Mock MVC Framework to run Rest API Tests with Serverless mode/2. AndExpect , Perform methods of MockMVC for validation of Unit Tests.srt10.8 KB
9. Mock MVC Framework to run Rest API Tests with Serverless mode/3. Part 1 -Build Unit Tests for Rest Controller Methods with Mock MVC.mp4218.8 MB
9. Mock MVC Framework to run Rest API Tests with Serverless mode/3. Part 1 -Build Unit Tests for Rest Controller Methods with Mock MVC.srt20.2 KB
9. Mock MVC Framework to run Rest API Tests with Serverless mode/4. Part 2 -Build Unit Tests for Rest Controller Methods with Mock MVC.mp4150.4 MB
9. Mock MVC Framework to run Rest API Tests with Serverless mode/4. Part 2 -Build Unit Tests for Rest Controller Methods with Mock MVC.srt13.6 KB
9. Mock MVC Framework to run Rest API Tests with Serverless mode/5. Part 3 -Build Unit Tests for Rest Controller Methods with Mock MVC.mp496.6 MB
9. Mock MVC Framework to run Rest API Tests with Serverless mode/5. Part 3 -Build Unit Tests for Rest Controller Methods with Mock MVC.srt8.8 KB
9. Mock MVC Framework to run Rest API Tests with Serverless mode/6. Wrapping up Tests with the inclusion of Mockito, Mock MVC, and Junit Frameworks.mp4158.2 MB
9. Mock MVC Framework to run Rest API Tests with Serverless mode/6. Wrapping up Tests with the inclusion of Mockito, Mock MVC, and Junit Frameworks.srt12.6 KB
9. Mock MVC Framework to run Rest API Tests with Serverless mode/7. Wrap Up Quiz Section 9.html168 bytes
9. Mock MVC Framework to run Rest API Tests with Serverless mode/GetFreeCourses.Co.url116 bytes
9. Mock MVC Framework to run Rest API Tests with Serverless mode/How you can help GetFreeCourses.Co.txt182 bytes