FileMood

Download [FreeCourseSite.com] Udemy - Building Real-Time REST APIs with Spring Boot - Blog App

FreeCourseSite com Udemy Building Real Time REST APIs with Spring Boot Blog App

Name

[FreeCourseSite.com] Udemy - Building Real-Time REST APIs with Spring Boot - Blog App

 DOWNLOAD Copy Link

Total Size

7.6 GB

Total Files

364

Last Seen

2024-07-23 23:47

Hash

7133494EF143FABF6B310AC3685E87C4E385DCFD

/0. Websites you may like/

[CourseClub.Me].url

0.1 KB

[FreeCourseSite.com].url

0.1 KB

[GigaCourse.Com].url

0.0 KB

/01 - Introduction/

001 Course Overview and What you'll Learn in this Course.mp4

51.2 MB

001 Course Overview and What you'll Learn in this Course_en.srt

6.7 KB

002 Best Way to Take this Course and How to Get Help.html

1.4 KB

003 Download Source Code and PDF Files (Class Notes).html

2.1 KB

/02 - Setting Up Your Development Environment/

001 Guide to Setup Development Environment.html

2.7 KB

002 Install Java JDK 18 on Windows 10.mp4

21.7 MB

002 Install Java JDK 18 on Windows 10_en.srt

8.9 KB

003 Install IntelliJ IDEA in Windows 10 - IntelliJ Community (FREE) Edition.mp4

35.0 MB

003 Install IntelliJ IDEA in Windows 10 - IntelliJ Community (FREE) Edition_en.srt

12.9 KB

004 Install and Setup Spring Tool Suite 4 (STS) in Windows 10 - For STS Users.mp4

29.5 MB

004 Install and Setup Spring Tool Suite 4 (STS) in Windows 10 - For STS Users_en.srt

11.0 KB

005 Install Lombok in Eclipse STS (Spring Tool Suite) IDE - For STS Users.mp4

43.7 MB

005 Install Lombok in Eclipse STS (Spring Tool Suite) IDE - For STS Users_en.srt

13.1 KB

006 Install MySQL Server 8 and MySQL Workbench in Windows 10.mp4

94.7 MB

006 Install MySQL Server 8 and MySQL Workbench in Windows 10_en.srt

19.0 KB

/03 - REST Basics and Key Concepts (For Beginners)/

001 REST Introduction and REST Architecture.mp4

70.4 MB

001 REST Introduction and REST Architecture_en.srt

12.7 KB

002 REST Key Concepts - Resource, URI and Sub-resource.mp4

23.3 MB

002 REST Key Concepts - Resource, URI and Sub-resource_en.srt

8.7 KB

003 REST Key Concepts - Http Methods.mp4

16.8 MB

003 REST Key Concepts - Http Methods_en.srt

6.7 KB

004 REST Key Concepts - HTTP Status Codes.mp4

76.9 MB

004 REST Key Concepts - HTTP Status Codes_en.srt

12.8 KB

005 Lecture Notes - REST API Basics and Key Concepts.html

6.7 KB

005 Notes-REST-Basics-and-Key-Concepts.pdf

219.5 KB

/04 - Spring Boot REST API Development Basics - Important Annotations/

001 Section Introduction.mp4

5.6 MB

001 Section Introduction_en.srt

3.1 KB

002 Create Spring Boot Project using Spring Initializr and Import in IntelliJ IDE.mp4

30.5 MB

002 Create Spring Boot Project using Spring Initializr and Import in IntelliJ IDE_en.srt

9.8 KB

003 Create Simple Spring Boot REST API - @GetMapping.mp4

43.6 MB

003 Create Simple Spring Boot REST API - @GetMapping_en.srt

10.9 KB

004 Spring Boot REST API That Returns Java Bean as JSON.mp4

39.1 MB

004 Spring Boot REST API That Returns Java Bean as JSON_en.srt

8.4 KB

005 Create Spring Boot REST API That Returns List as JSON.mp4

15.0 MB

005 Create Spring Boot REST API That Returns List as JSON_en.srt

5.0 KB

006 Spring Boot REST API with Path Variable - @PathVariable.mp4

45.6 MB

006 Spring Boot REST API with Path Variable - @PathVariable_en.srt

10.7 KB

007 Spring Boot REST API with Request Param - @RequestParam.mp4

26.8 MB

007 Spring Boot REST API with Request Param - @RequestParam_en.srt

8.9 KB

008 Spring Boot POST REST API - @PostMapping and @RequestBody.mp4

71.5 MB

008 Spring Boot POST REST API - @PostMapping and @RequestBody_en.srt

13.3 KB

009 Spring Boot PUT REST API - @PutMapping and @RequestBody.mp4

74.1 MB

009 Spring Boot PUT REST API - @PutMapping and @RequestBody_en.srt

12.5 KB

010 Spring Boot DELETE REST API - @DeleteMapping.mp4

26.9 MB

010 Spring Boot DELETE REST API - @DeleteMapping_en.srt

6.7 KB

011 Using Spring ResponseEntity to Manipulate the HTTP Response - ResponseEntity.mp4

82.7 MB

011 Using Spring ResponseEntity to Manipulate the HTTP Response - ResponseEntity_en.srt

13.7 KB

012 Define Base URL for REST API’s in Spring MVC Controller - @RequestMapping.mp4

41.6 MB

012 Define Base URL for REST API’s in Spring MVC Controller - @RequestMapping_en.srt

8.0 KB

013 Download Source Code of this Section.html

0.1 KB

013 springboot-rest-api.zip

92.7 KB

/05 - REST API's Design for Blog Application/

001 Blog Application - High Level Requirements.mp4

23.5 MB

001 Blog Application - High Level Requirements_en.srt

3.9 KB

002 Selecting The Technology Stack for Blog App.mp4

29.2 MB

002 Selecting The Technology Stack for Blog App_en.srt

5.7 KB

003 Identify Resources for Blog Application.mp4

7.4 MB

003 Identify Resources for Blog Application_en.srt

1.9 KB

004 Spring Boot Application Architecture.mp4

9.5 MB

004 Spring Boot Application Architecture_en.srt

2.1 KB

005 REST API Design for Post Resource.mp4

9.6 MB

005 REST API Design for Post Resource_en.srt

4.8 KB

006 REST APIs Design for Comment Resource.mp4

13.5 MB

006 REST APIs Design for Comment Resource_en.srt

6.5 KB

007 REST API Design for SignupRegister and SigninLogin.mp4

3.1 MB

007 REST API Design for SignupRegister and SigninLogin_en.srt

1.8 KB

/06 - Building CRUD REST API's for Post Resource/

001 Create and Set up Spring Boot Project.mp4

56.6 MB

001 Create and Set up Spring Boot Project_en.srt

11.0 KB

002 Create Spring Boot Project Structure.mp4

16.1 MB

002 Create Spring Boot Project Structure_en.srt

5.5 KB

003 Configure MySQL Database.mp4

46.6 MB

003 Configure MySQL Database_en.srt

9.1 KB

004 Creating JPA Entity - Post Entity.mp4

87.4 MB

004 Creating JPA Entity - Post Entity_en.srt

9.8 KB

005 Creating JPA Repository -PostRepository.mp4

46.6 MB

005 Creating JPA Repository -PostRepository_en.srt

7.0 KB

006 Creating Custom Exception - ResourceNotFoundException.mp4

37.4 MB

006 Creating Custom Exception - ResourceNotFoundException_en.srt

5.9 KB

007 Creating DTO Class - PostDto.mp4

32.4 MB

007 Creating DTO Class - PostDto_en.srt

7.3 KB

007 What-is-DTO-Data-Transfer-Object-And-Why-to-use-in-DTO-Java-Projects.pdf

17.3 KB

008 Create Post REST API -Overview.mp4

9.0 MB

008 Create Post REST API -Overview_en.srt

4.0 KB

009 Create Post REST API - Coding.mp4

90.7 MB

009 Create Post REST API - Coding_en.srt

12.6 KB

010 TEST Create Post REST API using Postman client.mp4

29.5 MB

010 TEST Create Post REST API using Postman client_en.srt

6.0 KB

011 Get All Posts API - Overview.mp4

6.7 MB

011 Get All Posts API - Overview_en.srt

3.0 KB

012 Get All Posts REST API - Coding.mp4

80.5 MB

012 Get All Posts REST API - Coding_en.srt

10.4 KB

013 Get Post By Id REST API - Overview.mp4

7.3 MB

013 Get Post By Id REST API - Overview_en.srt

3.4 KB

014 Get Post By Id REST API - Coding.mp4

45.8 MB

014 Get Post By Id REST API - Coding_en.srt

7.8 KB

015 Update Post REST API - Overview.mp4

9.3 MB

015 Update Post REST API - Overview_en.srt

4.1 KB

016 Update Post REST API - Coding.mp4

82.3 MB

016 Update Post REST API - Coding_en.srt

8.8 KB

017 Delete Post REST API - Overview.mp4

4.9 MB

017 Delete Post REST API - Overview_en.srt

2.5 KB

018 Delete Post REST API - Coding.mp4

61.9 MB

018 Delete Post REST API - Coding_en.srt

7.7 KB

019 Download Source Code of this Section.html

0.3 KB

019 springboot-blog-rest-api.zip

132.6 KB

/07 - Pagination and Sorting Support/

001 Pagination and Sorting Overview.mp4

25.0 MB

001 Pagination and Sorting Overview_en.srt

6.8 KB

002 Pagination Support for Get All Posts REST API.mp4

73.7 MB

002 Pagination Support for Get All Posts REST API_en.srt

13.7 KB

003 Customizing Pagination API Response.mp4

59.6 MB

003 Customizing Pagination API Response_en.srt

8.9 KB

004 Sorting Support for Get All Posts REST API.mp4

51.0 MB

004 Sorting Support for Get All Posts REST API_en.srt

8.0 KB

005 Ordering in Sorting API - ASC and DESC.mp4

32.6 MB

005 Ordering in Sorting API - ASC and DESC_en.srt

7.0 KB

006 Refactoring Hardcoded Values for Paging and Sorting.mp4

19.2 MB

006 Refactoring Hardcoded Values for Paging and Sorting_en.srt

4.3 KB

007 Download Source Code of this Section.html

0.2 KB

007 springboot-blog-rest-api.zip

136.2 KB

/08 - Building CRUD REST API's for Comment Resource ( One to Many)/

001 Creating JPA Entity - Comment.mp4

80.3 MB

001 Creating JPA Entity - Comment_en.srt

12.0 KB

002 Creating JPA Repository - CommentRepository.mp4

18.1 MB

002 Creating JPA Repository - CommentRepository_en.srt

4.7 KB

003 Creating DTO Class - CommentDto.mp4

9.8 MB

003 Creating DTO Class - CommentDto_en.srt

3.7 KB

004 Create Comment REST API.mp4

57.6 MB

004 Create Comment REST API_en.srt

15.1 KB

005 Test Create Comment REST API using Postman Client.mp4

32.5 MB

005 Test Create Comment REST API using Postman Client_en.srt

5.1 KB

006 Get All Comments By Post Id REST API.mp4

55.8 MB

006 Get All Comments By Post Id REST API_en.srt

8.5 KB

007 Get Comment By Id REST API.mp4

43.8 MB

007 Get Comment By Id REST API_en.srt

13.1 KB

008 Update Comment By Id REST API.mp4

115.1 MB

008 Update Comment By Id REST API_en.srt

13.7 KB

009 Delete Comment REST API.mp4

60.2 MB

009 Delete Comment REST API_en.srt

8.9 KB

010 Download Source Code of this Section.html

0.3 KB

/.../0. Websites you may like/

[CourseClub.Me].url

0.1 KB

[FreeCourseSite.com].url

0.1 KB

[GigaCourse.Com].url

0.0 KB

/09 - Using ModelMapper - Map Entity to DTO and Vice Versa/

001 Map Post Entity to Post DTO using ModelMapper.mp4

81.6 MB

001 Map Post Entity to Post DTO using ModelMapper_en.srt

10.4 KB

002 Map Comment Entity to Comment DTO using ModelMapper.mp4

16.7 MB

002 Map Comment Entity to Comment DTO using ModelMapper_en.srt

3.9 KB

003 Refactoring GetPostById and GetAllPosts REST API.mp4

45.5 MB

003 Refactoring GetPostById and GetAllPosts REST API_en.srt

5.2 KB

004 Download Source Code of this Section.html

0.3 KB

004 springboot-blog-rest-api.zip

38.2 MB

/10 - Exception Handling in Spring Boot App/

001 Spring Boot REST API Error Handling Overview.mp4

16.1 MB

001 Spring Boot REST API Error Handling Overview_en.srt

7.0 KB

002 Spring Boot REST API Specific or Custom Exception Handling.mp4

47.5 MB

002 Spring Boot REST API Specific or Custom Exception Handling_en.srt

11.8 KB

003 Spring Boot REST API Global Exception Handling.mp4

52.6 MB

003 Spring Boot REST API Global Exception Handling_en.srt

6.0 KB

004 Download Source Code of this Section.html

0.3 KB

004 springboot-blog-rest-api.zip

155.9 KB

/11 - Spring Boot REST API Validation/

001 Validation with Spring Boot - Overview.mp4

15.4 MB

001 Validation with Spring Boot - Overview_en.srt

5.5 KB

002 Validate Create Post and Update Post REST API Request.mp4

83.9 MB

002 Validate Create Post and Update Post REST API Request_en.srt

15.0 KB

003 Customizing Validation Response.mp4

86.8 MB

003 Customizing Validation Response_en.srt

13.1 KB

004 Validate Create Comment and Update Comment REST API Request.mp4

83.3 MB

004 Validate Create Comment and Update Comment REST API Request_en.srt

9.7 KB

005 Download Source Code of this Section.html

0.3 KB

005 springboot-blog-rest-api.zip

175.3 KB

/12 - Securing REST APIs/

001 Note on WebSecurityConfigurerAdapter Deprecated in Latest Version.html

1.0 KB

002 Adding Security to Spring Boot and Exploring Security Auto Configuration.mp4

78.2 MB

002 Adding Security to Spring Boot and Exploring Security Auto Configuration_en.srt

9.3 KB

003 Implementing Basic Authentication using Spring Security.mp4

45.1 MB

003 Implementing Basic Authentication using Spring Security_en.srt

13.0 KB

004 Securing REST API's with In-memory Authentication.mp4

124.8 MB

004 Securing REST API's with In-memory Authentication_en.srt

15.7 KB

005 Create JPA Entities - User and Role ( Many to Many Mapping).mp4

127.0 MB

005 Create JPA Entities - User and Role ( Many to Many Mapping)_en.srt

16.0 KB

006 Creating JPA Repositories - UserRepository and RoleRepository.mp4

21.5 MB

006 Creating JPA Repositories - UserRepository and RoleRepository_en.srt

7.2 KB

007 UserDetailsService Interface Implementation.mp4

67.0 MB

007 UserDetailsService Interface Implementation_en.srt

9.3 KB

008 Securing REST API's with Database Authentication.mp4

93.9 MB

008 Securing REST API's with Database Authentication_en.srt

14.0 KB

009 Download Source Code of this Section.html

0.3 KB

009 springboot-blog-rest-api.zip

135.2 KB

/13 - LoginSignin and RegisterSignUp REST APIs/

001 LoginSignin REST API.mp4

74.6 MB

001 LoginSignin REST API_en.srt

11.2 KB

002 RegisterSignUp REST API.mp4

104.2 MB

002 RegisterSignUp REST API_en.srt

14.4 KB

003 Download Source Code of this Section.html

0.3 KB

003 springboot-blog-rest-api.zip

137.2 KB

/14 - JWT (Json Web Tokens) - Securing REST API's with JWT/

001 JWT Introduction.mp4

31.5 MB

001 JWT Introduction_en.srt

10.9 KB

002 Spring Security JWT Overview.mp4

7.2 MB

002 Spring Security JWT Overview_en.srt

4.1 KB

003 Adding JWT to Spring Boot App.mp4

39.8 MB

003 Adding JWT to Spring Boot App_en.srt

7.6 KB

004 Creating JwtTokenProvider.mp4

43.0 MB

004 Creating JwtTokenProvider_en.srt

11.1 KB

005 Creating JwtAuthenticationFilter.mp4

57.3 MB

005 Creating JwtAuthenticationFilter_en.srt

12.9 KB

006 Configuring JWT in Spring Security Configuration.mp4

82.9 MB

006 Configuring JWT in Spring Security Configuration_en.srt

6.3 KB

007 Change Signin or Login API to Return JWT.mp4

80.3 MB

007 Change Signin or Login API to Return JWT_en.srt

10.1 KB

008 SecurityConfig.java

5.4 KB

008 Upgraded - Spring Security without the WebSecurityConfigurerAdapter.html

3.4 KB

009 Download Source Code of this Section.html

0.3 KB

009 springboot-blog-rest-api.zip

141.2 KB

/15 - Versioning REST APIs/

001 Versioning REST APIs Overview.mp4

20.0 MB

001 Versioning REST APIs Overview_en.srt

5.5 KB

002 Versioning through URI Path.mp4

144.1 MB

002 Versioning through URI Path_en.srt

15.0 KB

003 Versioning through query parameters.mp4

44.9 MB

003 Versioning through query parameters_en.srt

6.4 KB

004 Versioning through custom headers.mp4

43.6 MB

004 Versioning through custom headers_en.srt

6.8 KB

005 Versioning through content negotiation.mp4

43.2 MB

005 Versioning through content negotiation_en.srt

7.9 KB

006 Versioning Blog App REST APIs.mp4

38.8 MB

006 Versioning Blog App REST APIs_en.srt

4.7 KB

007 Download Source Code of this Section.html

0.3 KB

007 springboot-blog-rest-api.zip

141.2 KB

008 Lecture Notes - Versioning REST APIs - Spring Boot REST AP.html

2.3 KB

/16 - Swagger REST API Documentation/

001 What is Swagger and Why REST Documentation is Important.mp4

14.1 MB

001 What is Swagger and Why REST Documentation is Important_en.srt

6.5 KB

002 Integrating Swagger in Spring Boot App.mp4

89.7 MB

002 Integrating Swagger in Spring Boot App_en.srt

9.3 KB

003 REST APIs Documentation with Swagger UI.mp4

37.1 MB

003 REST APIs Documentation with Swagger UI_en.srt

6.2 KB

004 Swagger Docket Configuration in Spring Boot_en.srt

14.0 KB

005 Configure Swagger UI to include a JWT.mp4

75.3 MB

005 Configure Swagger UI to include a JWT_en.srt

11.4 KB

006 Test Spring Boot REST APIs with JWT using Swagger UI.mp4

73.2 MB

006 Test Spring Boot REST APIs with JWT using Swagger UI_en.srt

11.4 KB

007 Customizing Swagger REST Documentation with Annotations.mp4

131.6 MB

007 Customizing Swagger REST Documentation with Annotations_en.srt

12.5 KB

008 Customizing Swagger Models Documentation with Annotations.mp4

40.1 MB

008 Customizing Swagger Models Documentation with Annotations_en.srt

6.1 KB

009 Download Source Code of this Section.html

0.3 KB

009 springboot-blog-rest-api.zip

207.5 KB

/17 - Deploy Spring Boot Blog App on AWS Cloud/

001 Spring Boot AWS Deployment Overview.mp4

4.8 MB

001 Spring Boot AWS Deployment Overview_en.srt

3.1 KB

002 Important AWS Services that Java Developers Should Know.mp4

51.6 MB

002 Important AWS Services that Java Developers Should Know_en.srt

10.3 KB

003 Using Profiles in Spring Boot Blog App.mp4

28.9 MB

003 Using Profiles in Spring Boot Blog App_en.srt

10.4 KB

004 Write a Code to Insert Metadata in Tables.mp4

71.3 MB

004 Write a Code to Insert Metadata in Tables_en.srt

9.9 KB

005 How to Signup and Signin to AWS Account.mp4

17.8 MB

005 How to Signup and Signin to AWS Account_en.srt

5.9 KB

006 Set up MySQL Database in AWS cloud using RDS Service.mp4

20.9 MB

006 Set up MySQL Database in AWS cloud using RDS Service_en.srt

8.3 KB

007 Connect to AWS MySQL Database from MySQL Workbench.mp4

23.7 MB

007 Connect to AWS MySQL Database from MySQL Workbench_en.srt

6.1 KB

008 Package Spring Boot Blog App as JAR File.mp4

26.4 MB

008 Package Spring Boot Blog App as JAR File_en.srt

5.1 KB

009 Deploy Spring Boot JAR file on AWS Cloud using Elastic Beanstalk Service.mp4

15.4 MB

009 Deploy Spring Boot JAR file on AWS Cloud using Elastic Beanstalk Service_en.srt

6.8 KB

010 Test REST APIs using Swagger UI deployed on AWS.mp4

34.4 MB

010 Test REST APIs using Swagger UI deployed on AWS_en.srt

5.9 KB

011 Download Source Code of this Section.html

0.3 KB

011 springboot-blog-rest-api.zip

155.4 KB

/18 - Build Search REST API Step by Step (Added New Section)/

001 Create Spring Boot project.mp4

37.3 MB

001 Create Spring Boot project_en.srt

9.6 KB

002 Configure MySQL Database.mp4

25.8 MB

002 Configure MySQL Database_en.srt

7.5 KB

003 Create Product JPA Entity.mp4

31.1 MB

003 Create Product JPA Entity_en.srt

5.8 KB

004 Create ProductRepository Interface.mp4

11.0 MB

004 Create ProductRepository Interface_en.srt

3.7 KB

005 Create JPQL and Native SQL Queries to Search Products.mp4

27.4 MB

005 Create JPQL and Native SQL Queries to Search Products_en.srt

6.8 KB

006 Create Service Layer.mp4

19.9 MB

006 Create Service Layer_en.srt

4.4 KB

007 Build Search REST API and Test using Postman.mp4

60.9 MB

007 Build Search REST API and Test using Postman_en.srt

14.5 KB

008 Download Source Code of this Section.html

0.1 KB

008 springboot-search-rest-api.zip

100.2 KB

/19 - Transaction Management with Spring Boot and Spring Data JPA (Added New Section)/

001 Module Introduction - What you will learn in this section.mp4

23.3 MB

001 Module Introduction - What you will learn in this section_en.srt

1.9 KB

002 Transaction Management with Spring Data JPA.mp4

52.8 MB

002 Transaction Management with Spring Data JPA_en.srt

10.3 KB

003 Use Case - Placing Order on eCommerce Shopping Website.mp4

15.0 MB

003 Use Case - Placing Order on eCommerce Shopping Website_en.srt

5.2 KB

004 Create and Setup Spring Boot Project in IntelliJ.mp4

32.3 MB

004 Create and Setup Spring Boot Project in IntelliJ_en.srt

9.2 KB

005 Configure MySQL Database.mp4

24.4 MB

005 Configure MySQL Database_en.srt

6.8 KB

006 Create Order and Payment JPA Entities.mp4

48.7 MB

006 Create Order and Payment JPA Entities_en.srt

10.3 KB

007 Create OrderRepository and PaymentRepository Interfaces.mp4

8.6 MB

007 Create OrderRepository and PaymentRepository Interfaces_en.srt

3.2 KB

008 Create OrderRequest and OrderResponse DTO Classes.mp4

8.2 MB

008 Create OrderRequest and OrderResponse DTO Classes_en.srt

3.2 KB

009 Create Service Layer.mp4

42.8 MB

009 Create Service Layer_en.srt

12.6 KB

010 Create Place Order REST API and Test using Postman.mp4

47.9 MB

010 Create Place Order REST API and Test using Postman_en.srt

8.7 KB

011 Handle Transaction using Spring @Transactional Annotation.mp4

55.0 MB

011 Handle Transaction using Spring @Transactional Annotation_en.srt

9.8 KB

012 Download Source Code of this Section.html

0.1 KB

012 springboot-transaction-demo.zip

90.4 KB

/20 - Bonus Content for Beginners - Spring Boot Fundamentals/

001 What is Spring Boot.mp4

18.9 MB

001 What is Spring Boot_en.srt

8.4 KB

002 Spring Boot Key Features.mp4

72.9 MB

002 Spring Boot Key Features_en.srt

16.9 KB

003 Different Ways to Create Spring Boot Application.mp4

25.4 MB

003 Different Ways to Create Spring Boot Application_en.srt

6.0 KB

004 Creating Spring Boot App using Spring Initializr.mp4

32.5 MB

004 Creating Spring Boot App using Spring Initializr_en.srt

13.7 KB

005 Spring Boot Auto-Configuration.mp4

55.0 MB

005 Spring Boot Auto-Configuration_en.srt

10.7 KB

006 Spring Boot Auto-configuration - Practical.mp4

207.1 MB

006 Spring Boot Auto-configuration - Practical_en.srt

18.5 KB

007 Spring Boot App Execution Process - Theory.mp4

56.9 MB

007 Spring Boot App Execution Process - Theory_en.srt

9.4 KB

008 Spring Boot App Execution Process - practical.mp4

85.1 MB

008 Spring Boot App Execution Process - practical_en.srt

10.2 KB

009 Types of Spring Boot Applications - Let's Debug and Understand.mp4

102.0 MB

009 Types of Spring Boot Applications - Let's Debug and Understand_en.srt

15.3 KB

010 @SpringBootApplication Annotation.mp4

96.0 MB

010 @SpringBootApplication Annotation_en.srt

16.1 KB

011 Spring Boot Starters - Very Important Feature.mp4

73.0 MB

011 Spring Boot Starters - Very Important Feature_en.srt

15.7 KB

012 Spring Boot Starter Parent.mp4

53.7 MB

012 Spring Boot Starter Parent_en.srt

8.5 KB

/21 - Bonus Content - Important Spring Boot Concepts for Interviews ( Q&A)/

001 Spring boot Interview Questions and Answers.html

1.7 KB

002 Q1. What is Spring boot and What problem Spring Boot solves.mp4

18.3 MB

002 Q1. What is Spring boot and What problem Spring Boot solves_en.srt

8.1 KB

003 Q2. Explain few important Spring Boot key features.mp4

46.7 MB

003 Q2. Explain few important Spring Boot key features_en.srt

16.2 KB

004 Q3. What is Spring Boot Auto Configuration.mp4

47.6 MB

004 Q3. What is Spring Boot Auto Configuration_en.srt

9.1 KB

005 Q4. How Spring boot internally works or explain run() method in Spring Boot.mp4

121.1 MB

005 Q4. How Spring boot internally works or explain run() method in Spring Boot_en.srt

14.1 KB

006 Q5. What are different ways to create a Spring boot application.mp4

22.9 MB

006 Q5. What are different ways to create a Spring boot application_en.srt

5.3 KB

007 Q6. Explain @SpringBootApplication,@Configuration and @ComponentScan annotations.mp4

41.7 MB

007 Q6. Explain @SpringBootApplication,@Configuration and @ComponentScan annotations_en.srt

15.9 KB

008 Q7. What is Spring boot starters and name few important Spring boot starters.mp4

47.4 MB

008 Q7. What is Spring boot starters and name few important Spring boot starters_en.srt

15.2 KB

009 Q8. What is Spring Boot Starter Parent.mp4

50.4 MB

009 Q8. What is Spring Boot Starter Parent_en.srt

7.3 KB

010 Q9. How many types of projects we can create using Spring boot.mp4

3.2 MB

010 Q9. How many types of projects we can create using Spring boot_en.srt

1.6 KB

011 Q10. Explain types of Embedded Servers in Spring boot.mp4

94.9 MB

011 Q10. Explain types of Embedded Servers in Spring boot_en.srt

17.1 KB

012 Q11. How to run Spring boot application from command line.mp4

63.4 MB

012 Q11. How to run Spring boot application from command line_en.srt

8.6 KB

013 Q12. Describe the flow of REST API HTTP request through the Spring Boot project.mp4

6.9 MB

013 Q12. Describe the flow of REST API HTTP request through the Spring Boot project_en.srt

4.2 KB

014 Q13. How to create and deploy Spring boot WAR to External Tomcat Server.mp4

125.3 MB

014 Q13. How to create and deploy Spring boot WAR to External Tomcat Server_en.srt

14.6 KB

015 Q14. What Is Spring Boot DevTools used for.mp4

120.1 MB

015 Q14. What Is Spring Boot DevTools used for_en.srt

10.8 KB

016 Q15. How to Add Security to Spring Boot and Explain Security Auto Configuration.mp4

80.2 MB

016 Q15. How to Add Security to Spring Boot and Explain Security Auto Configuration_en.srt

8.5 KB

017 Q16. Have you used profiles in your Spring Boot project If yes, Explain briefly.mp4

17.7 MB

017 Q16. Have you used profiles in your Spring Boot project If yes, Explain briefly_en.srt

6.7 KB

/22 - What's Next/

001 Build Microservices using Spring Boot and Spring Cloud.html

0.6 KB

002 Discounts for my other Udemy courses.html

1.2 KB

003 Thank you note and feedback about this course.html

0.1 KB

 

Total files 364


Copyright © 2024 FileMood.com