Building Real-Time REST APIs with Spring Boot - Blog App

seeders: 2
leechers: 1
Added 3 years ago by cybil18 in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

Building Real-Time REST APIs with Spring Boot - Blog App (Size: 7.12 GB)
  01 - Introduction
  001 Course Overview and What you'll Learn in this Course.mp4 48.81 MB
  001 Course Overview and What you'll Learn in this Course_en.srt 6.53 KB
  002 Best Way to Take this Course and How to Get Help.html 1.41 KB
  003 Download Source Code and PDF Files (Class Notes).html 2.03 KB
  02 - Setting Up Your Development Environment
  001 Guide to Setup Development Environment.html 2.63 KB
  002 Install Java JDK 18 on Windows 10.mp4 20.71 MB
  002 Install Java JDK 18 on Windows 10_en.srt 8.7 KB
  003 Install IntelliJ IDEA in Windows 10 - IntelliJ Community (FREE) Edition.mp4 33.39 MB
  003 Install IntelliJ IDEA in Windows 10 - IntelliJ Community (FREE) Edition_en.srt 12.56 KB
  004 Install and Setup Spring Tool Suite 4 (STS) in Windows 10 - For STS Users.mp4 28.09 MB
  004 Install and Setup Spring Tool Suite 4 (STS) in Windows 10 - For STS Users_en.srt 10.74 KB
  005 Install Lombok in Eclipse STS (Spring Tool Suite) IDE - For STS Users.mp4 41.66 MB
  005 Install Lombok in Eclipse STS (Spring Tool Suite) IDE - For STS Users_en.srt 12.76 KB
  006 Install MySQL Server 8 and MySQL Workbench in Windows 10.mp4 90.29 MB
  006 Install MySQL Server 8 and MySQL Workbench in Windows 10_en.srt 18.51 KB
  03 - REST Basics and Key Concepts (For Beginners)
  001 REST Introduction and REST Architecture.mp4 67.17 MB
  001 REST Introduction and REST Architecture_en.srt 12.39 KB
  002 REST Key Concepts - Resource, URI and Sub-resource.mp4 22.2 MB
  002 REST Key Concepts - Resource, URI and Sub-resource_en.srt 8.47 KB
  003 REST Key Concepts - Http Methods.mp4 16 MB
  003 REST Key Concepts - Http Methods_en.srt 6.51 KB
  004 REST Key Concepts - HTTP Status Codes.mp4 73.38 MB
  004 REST Key Concepts - HTTP Status Codes_en.srt 12.5 KB
  005 Lecture Notes - REST API Basics and Key Concepts.html 6.5 KB
  005 Notes-REST-Basics-and-Key-Concepts.pdf 214.4 KB
  04 - Spring Boot REST API Development Basics - Important Annotations
  001 Section Introduction.mp4 5.36 MB
  001 Section Introduction_en.srt 3 KB
  002 Create Spring Boot Project using Spring Initializr and Import in IntelliJ IDE.mp4 29.12 MB
  002 Create Spring Boot Project using Spring Initializr and Import in IntelliJ IDE_en.srt 9.59 KB
  003 Create Simple Spring Boot REST API - @GetMapping.mp4 41.57 MB
  003 Create Simple Spring Boot REST API - @GetMapping_en.srt 10.63 KB
  004 Spring Boot REST API That Returns Java Bean as JSON.mp4 37.3 MB
  004 Spring Boot REST API That Returns Java Bean as JSON_en.srt 8.19 KB
  005 Create Spring Boot REST API That Returns List as JSON.mp4 14.3 MB
  005 Create Spring Boot REST API That Returns List as JSON_en.srt 4.89 KB
  006 Spring Boot REST API with Path Variable - @PathVariable.mp4 43.51 MB
  006 Spring Boot REST API with Path Variable - @PathVariable_en.srt 10.41 KB
  007 Spring Boot REST API with Request Param - @RequestParam.mp4 25.58 MB
  007 Spring Boot REST API with Request Param - @RequestParam_en.srt 8.68 KB
  008 Spring Boot POST REST API - @PostMapping and @RequestBody.mp4 68.21 MB
  008 Spring Boot POST REST API - @PostMapping and @RequestBody_en.srt 12.97 KB
  009 Spring Boot PUT REST API - @PutMapping and @RequestBody.mp4 70.69 MB
  009 Spring Boot PUT REST API - @PutMapping and @RequestBody_en.srt 12.21 KB
  010 Spring Boot DELETE REST API - @DeleteMapping.mp4 25.65 MB
  010 Spring Boot DELETE REST API - @DeleteMapping_en.srt 6.54 KB
  011 Using Spring ResponseEntity to Manipulate the HTTP Response - ResponseEntity.mp4 78.91 MB
  011 Using Spring ResponseEntity to Manipulate the HTTP Response - ResponseEntity_en.srt 13.39 KB
  012 Define Base URL for REST API’s in Spring MVC Controller - @RequestMapping.mp4 39.67 MB
  012 Define Base URL for REST API’s in Spring MVC Controller - @RequestMapping_en.srt 7.85 KB
  013 Download Source Code of this Section.html 96 B
  013 springboot-rest-api.zip 90.52 KB
  05 - REST API's Design for Blog Application
  001 Blog Application - High Level Requirements.mp4 22.42 MB
  001 Blog Application - High Level Requirements_en.srt 3.81 KB
  002 Selecting The Technology Stack for Blog App.mp4 27.83 MB
  002 Selecting The Technology Stack for Blog App_en.srt 5.56 KB
  003 Identify Resources for Blog Application.mp4 7.08 MB
  003 Identify Resources for Blog Application_en.srt 1.88 KB
  004 Spring Boot Application Architecture.mp4 9.03 MB
  004 Spring Boot Application Architecture_en.srt 2.05 KB
  005 REST API Design for Post Resource.mp4 9.18 MB
  005 REST API Design for Post Resource_en.srt 4.7 KB
  006 REST APIs Design for Comment Resource.mp4 12.86 MB
  006 REST APIs Design for Comment Resource_en.srt 6.35 KB
  007 REST API Design for SignupRegister and SigninLogin.mp4 2.92 MB
  007 REST API Design for SignupRegister and SigninLogin_en.srt 1.74 KB
  06 - Building CRUD REST API's for Post Resource
  001 Create and Set up Spring Boot Project.mp4 53.99 MB
  001 Create and Set up Spring Boot Project_en.srt 10.74 KB
  002 Create Spring Boot Project Structure.mp4 15.34 MB
  002 Create Spring Boot Project Structure_en.srt 5.39 KB
  003 Configure MySQL Database.mp4 44.42 MB
  003 Configure MySQL Database_en.srt 8.84 KB
  004 Creating JPA Entity - Post Entity.mp4 83.37 MB
  004 Creating JPA Entity - Post Entity_en.srt 9.57 KB
  005 Creating JPA Repository -PostRepository.mp4 44.45 MB
  005 Creating JPA Repository -PostRepository_en.srt 6.83 KB
  006 Creating Custom Exception - ResourceNotFoundException.mp4 35.66 MB
  006 Creating Custom Exception - ResourceNotFoundException_en.srt 5.74 KB
  007 Creating DTO Class - PostDto.mp4 30.87 MB
  007 Creating DTO Class - PostDto_en.srt 7.14 KB
  007 What-is-DTO-Data-Transfer-Object-And-Why-to-use-in-DTO-Java-Projects.pdf 16.94 KB
  008 Create Post REST API -Overview.mp4 8.54 MB
  008 Create Post REST API -Overview_en.srt 3.93 KB
  009 Create Post REST API - Coding.mp4 86.49 MB
  009 Create Post REST API - Coding_en.srt 12.32 KB
  010 TEST Create Post REST API using Postman client.mp4 28.16 MB
  010 TEST Create Post REST API using Postman client_en.srt 5.88 KB
  011 Get All Posts API - Overview.mp4 6.38 MB
  011 Get All Posts API - Overview_en.srt 2.95 KB
  012 Get All Posts REST API - Coding.mp4 76.77 MB
  012 Get All Posts REST API - Coding_en.srt 10.14 KB
  013 Get Post By Id REST API - Overview.mp4 6.94 MB
  013 Get Post By Id REST API - Overview_en.srt 3.28 KB
  014 Get Post By Id REST API - Coding.mp4 43.69 MB
  014 Get Post By Id REST API - Coding_en.srt 7.6 KB
  015 Update Post REST API - Overview.mp4 8.84 MB
  015 Update Post REST API - Overview_en.srt 3.96 KB
  016 Update Post REST API - Coding.mp4 78.47 MB
  016 Update Post REST API - Coding_en.srt 8.55 KB
  017 Delete Post REST API - Overview.mp4 4.72 MB
  017 Delete Post REST API - Overview_en.srt 2.49 KB
  018 Delete Post REST API - Coding.mp4 59.02 MB
  018 Delete Post REST API - Coding_en.srt 7.51 KB
  019 Download Source Code of this Section.html 349 B
  019 springboot-blog-rest-api.zip 129.5 KB
  GetFreeCourses.Co.url 116 B
  07 - Pagination and Sorting Support
  001 Pagination and Sorting Overview.mp4 23.82 MB
  001 Pagination and Sorting Overview_en.srt 6.61 KB
  002 Pagination Support for Get All Posts REST API.mp4 70.3 MB
  002 Pagination Support for Get All Posts REST API_en.srt 13.35 KB
  003 Customizing Pagination API Response.mp4 56.79 MB
  003 Customizing Pagination API Response_en.srt 8.69 KB
  004 Sorting Support for Get All Posts REST API.mp4 48.64 MB
  004 Sorting Support for Get All Posts REST API_en.srt 7.85 KB
  005 Ordering in Sorting API - ASC and DESC.mp4 31.08 MB
  005 Ordering in Sorting API - ASC and DESC_en.srt 6.88 KB
  006 Refactoring Hardcoded Values for Paging and Sorting.mp4 18.34 MB
  006 Refactoring Hardcoded Values for Paging and Sorting_en.srt 4.2 KB
  007 Download Source Code of this Section.html 244 B
  007 springboot-blog-rest-api.zip 133.01 KB
  08 - Building CRUD REST API's for Comment Resource ( One to Many)
  001 Creating JPA Entity - Comment.mp4 76.58 MB
  001 Creating JPA Entity - Comment_en.srt 11.77 KB
  002 Creating JPA Repository - CommentRepository.mp4 17.22 MB
  002 Creating JPA Repository - CommentRepository_en.srt 4.62 KB
  003 Creating DTO Class - CommentDto.mp4 9.31 MB
  003 Creating DTO Class - CommentDto_en.srt 3.6 KB
  004 Create Comment REST API.mp4 54.97 MB
  004 Create Comment REST API_en.srt 14.76 KB
  005 Test Create Comment REST API using Postman Client.mp4 30.99 MB
  005 Test Create Comment REST API using Postman Client_en.srt 4.99 KB
  006 Get All Comments By Post Id REST API.mp4 53.21 MB
  006 Get All Comments By Post Id REST API_en.srt 8.3 KB
  007 Get Comment By Id REST API.mp4 41.79 MB
  007 Get Comment By Id REST API_en.srt 12.83 KB
  008 Update Comment By Id REST API.mp4 109.8 MB
  008 Update Comment By Id REST API_en.srt 13.41 KB
  009 Delete Comment REST API.mp4 57.4 MB
  009 Delete Comment REST API_en.srt 8.73 KB
  010 Download Source Code of this Section.html 349 B
  09 - Using ModelMapper - Map Entity to DTO and Vice Versa
  001 Map Post Entity to Post DTO using ModelMapper.mp4 77.84 MB
  001 Map Post Entity to Post DTO using ModelMapper_en.srt 10.17 KB
  002 Map Comment Entity to Comment DTO using ModelMapper.mp4 15.9 MB
  002 Map Comment Entity to Comment DTO using ModelMapper_en.srt 3.78 KB
  003 Refactoring GetPostById and GetAllPosts REST API.mp4 43.36 MB
  003 Refactoring GetPostById and GetAllPosts REST API_en.srt 5.12 KB
  004 Download Source Code of this Section.html 349 B
  004 springboot-blog-rest-api.zip 36.38 MB
  10 - Exception Handling in Spring Boot App
  001 Spring Boot REST API Error Handling Overview.mp4 15.32 MB
  001 Spring Boot REST API Error Handling Overview_en.srt 6.87 KB
  002 Spring Boot REST API Specific or Custom Exception Handling.mp4 45.3 MB
  002 Spring Boot REST API Specific or Custom Exception Handling_en.srt 11.53 KB
  003 Spring Boot REST API Global Exception Handling.mp4 50.14 MB
  003 Spring Boot REST API Global Exception Handling_en.srt 5.87 KB
  004 Download Source Code of this Section.html 349 B
  004 springboot-blog-rest-api.zip 152.21 KB
  11 - Spring Boot REST API Validation
  001 Validation with Spring Boot - Overview.mp4 14.68 MB
  001 Validation with Spring Boot - Overview_en.srt 5.34 KB
  002 Validate Create Post and Update Post REST API Request.mp4 79.98 MB
  002 Validate Create Post and Update Post REST API Request_en.srt 14.68 KB
  003 Customizing Validation Response.mp4 82.74 MB
  003 Customizing Validation Response_en.srt 12.82 KB
  004 Validate Create Comment and Update Comment REST API Request.mp4 79.4 MB
  004 Validate Create Comment and Update Comment REST API Request_en.srt 9.49 KB
  005 Download Source Code of this Section.html 349 B
  005 springboot-blog-rest-api.zip 171.19 KB
  12 - Securing REST APIs
  001 Note on WebSecurityConfigurerAdapter Deprecated in Latest Version.html 1.01 KB
  002 Adding Security to Spring Boot and Exploring Security Auto Configuration.mp4 74.53 MB
  002 Adding Security to Spring Boot and Exploring Security Auto Configuration_en.srt 9.04 KB
  003 Implementing Basic Authentication using Spring Security.mp4 42.97 MB
  003 Implementing Basic Authentication using Spring Security_en.srt 12.65 KB
  004 Securing REST API's with In-memory Authentication.mp4 118.97 MB
  004 Securing REST API's with In-memory Authentication_en.srt 15.34 KB
  005 Create JPA Entities - User and Role ( Many to Many Mapping).mp4 121.09 MB
  005 Create JPA Entities - User and Role ( Many to Many Mapping)_en.srt 15.59 KB
  006 Creating JPA Repositories - UserRepository and RoleRepository.mp4 20.52 MB
  006 Creating JPA Repositories - UserRepository and RoleRepository_en.srt 7.07 KB
  007 UserDetailsService Interface Implementation.mp4 63.93 MB
  007 UserDetailsService Interface Implementation_en.srt 9.08 KB
  008 Securing REST API's with Database Authentication.mp4 89.59 MB
  008 Securing REST API's with Database Authentication_en.srt 13.63 KB
  009 Download Source Code of this Section.html 349 B
  009 springboot-blog-rest-api.zip 132.05 KB
  13 - LoginSignin and RegisterSignUp REST APIs
  001 LoginSignin REST API.mp4 71.13 MB
  001 LoginSignin REST API_en.srt 10.95 KB
  002 RegisterSignUp REST API.mp4 99.33 MB
  002 RegisterSignUp REST API_en.srt 14.05 KB
  003 Download Source Code of this Section.html 349 B
  003 springboot-blog-rest-api.zip 133.94 KB
  GetFreeCourses.Co.url 116 B
  14 - JWT (Json Web Tokens) - Securing REST API's with JWT
  001 JWT Introduction.mp4 30.08 MB
  001 JWT Introduction_en.srt 10.67 KB
  002 Spring Security JWT Overview.mp4 6.83 MB
  002 Spring Security JWT Overview_en.srt 4.05 KB
  003 Adding JWT to Spring Boot App.mp4 37.91 MB
  003 Adding JWT to Spring Boot App_en.srt 7.44 KB
  004 Creating JwtTokenProvider.mp4 41.04 MB
  004 Creating JwtTokenProvider_en.srt 10.79 KB
  005 Creating JwtAuthenticationFilter.mp4 54.66 MB
  005 Creating JwtAuthenticationFilter_en.srt 12.62 KB
  006 Configuring JWT in Spring Security Configuration.mp4 79.02 MB
  006 Configuring JWT in Spring Security Configuration_en.srt 6.19 KB
  007 Change Signin or Login API to Return JWT.mp4 76.59 MB
  007 Change Signin or Login API to Return JWT_en.srt 9.91 KB
  008 SecurityConfig.java 5.27 KB
  008 Upgraded - Spring Security without the WebSecurityConfigurerAdapter.html 3.34 KB
  009 Download Source Code of this Section.html 349 B
  009 springboot-blog-rest-api.zip 137.87 KB
  15 - Versioning REST APIs
  001 Versioning REST APIs Overview.mp4 19.12 MB
  001 Versioning REST APIs Overview_en.srt 5.41 KB
  002 Versioning through URI Path.mp4 137.45 MB
  002 Versioning through URI Path_en.srt 14.63 KB
  003 Versioning through query parameters.mp4 42.83 MB
  003 Versioning through query parameters_en.srt 6.28 KB
  004 Versioning through custom headers.mp4 41.57 MB
  004 Versioning through custom headers_en.srt 6.62 KB
  005 Versioning through content negotiation.mp4 41.23 MB
  005 Versioning through content negotiation_en.srt 7.7 KB
  006 Versioning Blog App REST APIs.mp4 37 MB
  006 Versioning Blog App REST APIs_en.srt 4.57 KB
  007 Download Source Code of this Section.html 349 B
  007 springboot-blog-rest-api.zip 137.89 KB
  008 Lecture Notes - Versioning REST APIs - Spring Boot REST AP.html 2.25 KB
  16 - Swagger REST API Documentation
  001 What is Swagger and Why REST Documentation is Important.mp4 13.48 MB
  001 What is Swagger and Why REST Documentation is Important_en.srt 6.32 KB
  002 Integrating Swagger in Spring Boot App.mp4 85.5 MB
  002 Integrating Swagger in Spring Boot App_en.srt 9.13 KB
  003 REST APIs Documentation with Swagger UI.mp4 35.38 MB
  003 REST APIs Documentation with Swagger UI_en.srt 6.08 KB
  004 Swagger Docket Configuration in Spring Boot_en.srt 13.68 KB
  005 Configure Swagger UI to include a JWT.mp4 71.77 MB
  005 Configure Swagger UI to include a JWT_en.srt 11.15 KB
  006 Test Spring Boot REST APIs with JWT using Swagger UI.mp4 69.76 MB
  006 Test Spring Boot REST APIs with JWT using Swagger UI_en.srt 11.08 KB
  007 Customizing Swagger REST Documentation with Annotations.mp4 125.5 MB
  007 Customizing Swagger REST Documentation with Annotations_en.srt 12.25 KB
  008 Customizing Swagger Models Documentation with Annotations.mp4 38.26 MB
  008 Customizing Swagger Models Documentation with Annotations_en.srt 5.93 KB
  009 Download Source Code of this Section.html 349 B
  009 springboot-blog-rest-api.zip 202.66 KB
  17 - Deploy Spring Boot Blog App on AWS Cloud
  001 Spring Boot AWS Deployment Overview.mp4 4.62 MB
  001 Spring Boot AWS Deployment Overview_en.srt 3.05 KB
  002 Important AWS Services that Java Developers Should Know.mp4 49.25 MB
  002 Important AWS Services that Java Developers Should Know_en.srt 10.05 KB
  003 Using Profiles in Spring Boot Blog App.mp4 27.59 MB
  003 Using Profiles in Spring Boot Blog App_en.srt 10.13 KB
  004 Write a Code to Insert Metadata in Tables.mp4 67.96 MB
  004 Write a Code to Insert Metadata in Tables_en.srt 9.66 KB
  005 How to Signup and Signin to AWS Account.mp4 16.97 MB
  005 How to Signup and Signin to AWS Account_en.srt 5.79 KB
  006 Set up MySQL Database in AWS cloud using RDS Service.mp4 19.96 MB
  006 Set up MySQL Database in AWS cloud using RDS Service_en.srt 8.06 KB
  007 Connect to AWS MySQL Database from MySQL Workbench.mp4 22.57 MB
  007 Connect to AWS MySQL Database from MySQL Workbench_en.srt 5.93 KB
  008 Package Spring Boot Blog App as JAR File.mp4 25.14 MB
  008 Package Spring Boot Blog App as JAR File_en.srt 4.96 KB
  009 Deploy Spring Boot JAR file on AWS Cloud using Elastic Beanstalk Service.mp4 14.64 MB
  009 Deploy Spring Boot JAR file on AWS Cloud using Elastic Beanstalk Service_en.srt 6.66 KB
  010 Test REST APIs using Swagger UI deployed on AWS.mp4 32.76 MB
  010 Test REST APIs using Swagger UI deployed on AWS_en.srt 5.71 KB
  011 Download Source Code of this Section.html 349 B
  011 springboot-blog-rest-api.zip 151.8 KB
  18 - Build Search REST API Step by Step (Added New Section)
  001 Create Spring Boot project.mp4 35.55 MB
  001 Create Spring Boot project_en.srt 9.37 KB
  002 Configure MySQL Database.mp4 24.6 MB
  002 Configure MySQL Database_en.srt 7.3 KB
  003 Create Product JPA Entity.mp4 29.67 MB
  003 Create Product JPA Entity_en.srt 5.71 KB
  004 Create ProductRepository Interface.mp4 10.54 MB
  004 Create ProductRepository Interface_en.srt 3.65 KB
  005 Create JPQL and Native SQL Queries to Search Products.mp4 26.12 MB
  005 Create JPQL and Native SQL Queries to Search Products_en.srt 6.63 KB
  006 Create Service Layer.mp4 19.02 MB
  006 Create Service Layer_en.srt 4.28 KB
  007 Build Search REST API and Test using Postman.mp4 58.11 MB
  007 Build Search REST API and Test using Postman_en.srt 14.17 KB
  008 Download Source Code of this Section.html 96 B
  008 springboot-search-rest-api.zip 97.84 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 22.19 MB
  001 Module Introduction - What you will learn in this section_en.srt 1.88 KB
  002 Transaction Management with Spring Data JPA.mp4 50.32 MB
  002 Transaction Management with Spring Data JPA_en.srt 10.04 KB
  003 Use Case - Placing Order on eCommerce Shopping Website.mp4 14.26 MB
  003 Use Case - Placing Order on eCommerce Shopping Website_en.srt 5.05 KB
  004 Create and Setup Spring Boot Project in IntelliJ.mp4 30.8 MB
  004 Create and Setup Spring Boot Project in IntelliJ_en.srt 8.95 KB
  005 Configure MySQL Database.mp4 23.25 MB
  005 Configure MySQL Database_en.srt 6.68 KB
  006 Create Order and Payment JPA Entities.mp4 46.47 MB
  006 Create Order and Payment JPA Entities_en.srt 10.1 KB
  007 Create OrderRepository and PaymentRepository Interfaces.mp4 8.2 MB
  007 Create OrderRepository and PaymentRepository Interfaces_en.srt 3.15 KB
  008 Create OrderRequest and OrderResponse DTO Classes.mp4 7.86 MB
  008 Create OrderRequest and OrderResponse DTO Classes_en.srt 3.15 KB
  009 Create Service Layer.mp4 40.83 MB
  009 Create Service Layer_en.srt 12.33 KB
  010 Create Place Order REST API and Test using Postman.mp4 45.65 MB
  010 Create Place Order REST API and Test using Postman_en.srt 8.52 KB
  011 Handle Transaction using Spring @Transactional Annotation.mp4 52.42 MB
  011 Handle Transaction using Spring @Transactional Annotation_en.srt 9.62 KB
  012 Download Source Code of this Section.html 96 B
  012 springboot-transaction-demo.zip 88.27 KB
  GetFreeCourses.Co.url 116 B
  20 - Bonus Content for Beginners - Spring Boot Fundamentals
  001 What is Spring Boot.mp4 18.06 MB
  001 What is Spring Boot_en.srt 8.18 KB
  002 Spring Boot Key Features.mp4 69.5 MB
  002 Spring Boot Key Features_en.srt 16.52 KB
  003 Different Ways to Create Spring Boot Application.mp4 24.26 MB
  003 Different Ways to Create Spring Boot Application_en.srt 5.85 KB
  004 Creating Spring Boot App using Spring Initializr.mp4 31.04 MB
  004 Creating Spring Boot App using Spring Initializr_en.srt 13.42 KB
  005 Spring Boot Auto-Configuration.mp4 52.42 MB
  005 Spring Boot Auto-Configuration_en.srt 10.41 KB
  006 Spring Boot Auto-configuration - Practical.mp4 197.47 MB
  006 Spring Boot Auto-configuration - Practical_en.srt 18.11 KB
  007 Spring Boot App Execution Process - Theory.mp4 54.28 MB
  007 Spring Boot App Execution Process - Theory_en.srt 9.19 KB
  008 Spring Boot App Execution Process - practical.mp4 81.18 MB
  008 Spring Boot App Execution Process - practical_en.srt 9.95 KB
  009 Types of Spring Boot Applications - Let's Debug and Understand.mp4 97.26 MB
  009 Types of Spring Boot Applications - Let's Debug and Understand_en.srt 14.93 KB
  010 @SpringBootApplication Annotation.mp4 91.52 MB
  010 @SpringBootApplication Annotation_en.srt 15.76 KB
  011 Spring Boot Starters - Very Important Feature.mp4 69.64 MB
  011 Spring Boot Starters - Very Important Feature_en.srt 15.3 KB
  012 Spring Boot Starter Parent.mp4 51.21 MB
  012 Spring Boot Starter Parent_en.srt 8.27 KB
  21 - Bonus Content - Important Spring Boot Concepts for Interviews ( Q&A)
  001 Spring boot Interview Questions and Answers.html 1.64 KB
  002 Q1. What is Spring boot and What problem Spring Boot solves.mp4 17.46 MB
  002 Q1. What is Spring boot and What problem Spring Boot solves_en.srt 7.89 KB
  003 Q2. Explain few important Spring Boot key features.mp4 44.52 MB
  003 Q2. Explain few important Spring Boot key features_en.srt 15.86 KB
  004 Q3. What is Spring Boot Auto Configuration.mp4 45.38 MB
  004 Q3. What is Spring Boot Auto Configuration_en.srt 8.88 KB
  005 Q4. How Spring boot internally works or explain run() method in Spring Boot.mp4 115.51 MB
  005 Q4. How Spring boot internally works or explain run() method in Spring Boot_en.srt 13.78 KB
  006 Q5. What are different ways to create a Spring boot application.mp4 21.88 MB
  006 Q5. What are different ways to create a Spring boot application_en.srt 5.14 KB
  007 Q6. Explain @SpringBootApplication,@Configuration and @ComponentScan annotations.mp4 39.78 MB
  007 Q6. Explain @SpringBootApplication,@Configuration and @ComponentScan annotations_en.srt 15.57 KB
  008 Q7. What is Spring boot starters and name few important Spring boot starters.mp4 45.24 MB
  008 Q7. What is Spring boot starters and name few important Spring boot starters_en.srt 14.85 KB
  009 Q8. What is Spring Boot Starter Parent.mp4 48.06 MB
  009 Q8. What is Spring Boot Starter Parent_en.srt 7.11 KB
  010 Q9. How many types of projects we can create using Spring boot.mp4 3.03 MB
  010 Q9. How many types of projects we can create using Spring boot_en.srt 1.58 KB
  011 Q10. Explain types of Embedded Servers in Spring boot.mp4 90.47 MB
  011 Q10. Explain types of Embedded Servers in Spring boot_en.srt 16.75 KB
  012 Q11. How to run Spring boot application from command line.mp4 60.5 MB
  012 Q11. How to run Spring boot application from command line_en.srt 8.44 KB
  013 Q12. Describe the flow of REST API HTTP request through the Spring Boot project.mp4 6.55 MB
  013 Q12. Describe the flow of REST API HTTP request through the Spring Boot project_en.srt 4.11 KB
  014 Q13. How to create and deploy Spring boot WAR to External Tomcat Server.mp4 119.51 MB
  014 Q13. How to create and deploy Spring boot WAR to External Tomcat Server_en.srt 14.21 KB
  015 Q14. What Is Spring Boot DevTools used for.mp4 114.55 MB
  015 Q14. What Is Spring Boot DevTools used for_en.srt 10.56 KB
  016 Q15. How to Add Security to Spring Boot and Explain Security Auto Configuration.mp4 76.49 MB
  016 Q15. How to Add Security to Spring Boot and Explain Security Auto Configuration_en.srt 8.25 KB
  017 Q16. Have you used profiles in your Spring Boot project If yes, Explain briefly.mp4 16.91 MB
  017 Q16. Have you used profiles in your Spring Boot project If yes, Explain briefly_en.srt 6.52 KB
  22 - What's Next
  001 Build Microservices using Spring Boot and Spring Cloud.html 639 B
  002 Discounts for my other Udemy courses.html 1.22 KB
  003 Thank you note and feedback about this course.html 148 B
  Download Paid Udemy Courses For Free.url 116 B
  GetFreeCourses.Co.url 116 B
  ▲ 363 total files

Description


Building Real-Time REST APIs with Spring Boot - Blog App

Building REST API’s using Spring Boot, Spring Security 6, JWT, Spring Data JPA, Hibernate, MySQL, Docker & Deploy on AWS

Udemy Link -

Please seed as much as you can!

Related Torrents

torrent name size uploader age seed leech
14
1
0
0
0