本站已收录 番号和无损神作磁力链接/BT种子 

[Tutorialsplanet.NET] Udemy - Building Real-Time REST APIs with Spring Boot - Blog App

种子简介

种子名称: [Tutorialsplanet.NET] Udemy - Building Real-Time REST APIs with Spring Boot - Blog App
文件类型: 视频
文件数目: 133个文件
文件大小: 9.1 GB
收录时间: 2022-11-8 15:25
已经下载: 3
资源热度: 185
最近下载: 2024-5-23 13:13

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:fe1157679f63e05ff411b8aef95a13a8cbf5c598&dn=[Tutorialsplanet.NET] Udemy - Building Real-Time REST APIs with Spring Boot - Blog App 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

[Tutorialsplanet.NET] Udemy - Building Real-Time REST APIs with Spring Boot - Blog App.torrent
  • 1. Introduction/1. Course Overview and What you'll Learn in this Course.mp448.81MB
  • 10. Securing REST APIs/1. Adding Security to Spring Boot and Exploring Security Auto Configuration.mp475.59MB
  • 10. Securing REST APIs/2. Implementing Basic Authentication using Spring Security.mp493.8MB
  • 10. Securing REST APIs/3. Securing REST API's with In-memory Authentication.mp4141.55MB
  • 10. Securing REST APIs/4. Create JPA Entities - User and Role ( Many to Many Mapping).mp4124.8MB
  • 10. Securing REST APIs/5. Creating JPA Repositories - UserRepository and RoleRepository.mp471.65MB
  • 10. Securing REST APIs/6. UserDetailsService Interface Implementation.mp493.4MB
  • 10. Securing REST APIs/7. Securing REST API's with Database Authentication.mp4133.76MB
  • 11. LoginSignin and RegisterSignUp REST APIs/1. LoginSignin REST API.mp4104.46MB
  • 11. LoginSignin and RegisterSignUp REST APIs/2. RegisterSignUp REST API.mp4103.37MB
  • 12. JWT (Json Web Tokens) - Securing REST API's with JWT/1. JWT Introduction.mp458.84MB
  • 12. JWT (Json Web Tokens) - Securing REST API's with JWT/2. Spring Security JWT Overview.mp45.47MB
  • 12. JWT (Json Web Tokens) - Securing REST API's with JWT/3. Adding JWT to Spring Boot App.mp456.24MB
  • 12. JWT (Json Web Tokens) - Securing REST API's with JWT/4. Creating JwtTokenProvider.mp4106.47MB
  • 12. JWT (Json Web Tokens) - Securing REST API's with JWT/5. Creating JwtAuthenticationFilter.mp4122.91MB
  • 12. JWT (Json Web Tokens) - Securing REST API's with JWT/6. Configuring JWT in Spring Security Configuration.mp478.69MB
  • 12. JWT (Json Web Tokens) - Securing REST API's with JWT/7. Change Signin or Login API to Return JWT.mp479.13MB
  • 13. Versioning REST APIs/1. Versioning REST APIs Overview.mp445.84MB
  • 13. Versioning REST APIs/2. Versioning through URI Path.mp4138.71MB
  • 13. Versioning REST APIs/3. Versioning through query parameters.mp443.95MB
  • 13. Versioning REST APIs/4. Versioning through custom headers.mp443.27MB
  • 13. Versioning REST APIs/5. Versioning through content negotiation.mp459.08MB
  • 13. Versioning REST APIs/6. Versioning Blog App REST APIs.mp464.74MB
  • 14. Swagger REST API Documentation/1. What is Swagger and Why REST Documentation is Important.mp48.22MB
  • 14. Swagger REST API Documentation/2. Integrating Swagger in Spring Boot App.mp485.85MB
  • 14. Swagger REST API Documentation/3. REST APIs Documentation with Swagger UI.mp455.26MB
  • 14. Swagger REST API Documentation/4. Swagger Docket Configuration in Spring Boot.mp4116.7MB
  • 14. Swagger REST API Documentation/5. Configure Swagger UI to include a JWT.mp4109.62MB
  • 14. Swagger REST API Documentation/6. Test Spring Boot REST APIs with JWT using Swagger UI.mp469.76MB
  • 14. Swagger REST API Documentation/7. Customizing Swagger REST Documentation with Annotations.mp4126.56MB
  • 14. Swagger REST API Documentation/8. Customizing Swagger Models Documentation with Annotations.mp457MB
  • 15. Deploy Spring Boot Blog App on AWS Cloud/1. Spring Boot AWS Deployment Overview.mp413.37MB
  • 15. Deploy Spring Boot Blog App on AWS Cloud/10. Test REST APIs using Swagger UI deployed on AWS.mp433.73MB
  • 15. Deploy Spring Boot Blog App on AWS Cloud/2. Important AWS Services that Java Developers Should Know.mp471.65MB
  • 15. Deploy Spring Boot Blog App on AWS Cloud/3. Using Profiles in Spring Boot Blog App.mp462.11MB
  • 15. Deploy Spring Boot Blog App on AWS Cloud/4. Write a Code to Insert Metadata in Tables.mp470.23MB
  • 15. Deploy Spring Boot Blog App on AWS Cloud/5. How to Signup and Signin to AWS Account.mp440.63MB
  • 15. Deploy Spring Boot Blog App on AWS Cloud/6. Set up MySQL Database in AWS cloud using RDS Service.mp444.73MB
  • 15. Deploy Spring Boot Blog App on AWS Cloud/7. Connect to AWS MySQL Database from MySQL Workbench.mp425.9MB
  • 15. Deploy Spring Boot Blog App on AWS Cloud/8. Package Spring Boot Blog App as JAR File.mp428.64MB
  • 15. Deploy Spring Boot Blog App on AWS Cloud/9. Deploy Spring Boot JAR file on AWS Cloud using Elastic Beanstalk Service.mp432.04MB
  • 16/1. What is Spring Boot.mp441.04MB
  • 16/10. @SpringBootApplication Annotation.mp495.91MB
  • 16/11. Spring Boot Starters - Very Important Feature.mp4103.15MB
  • 16/12. Spring Boot Starter Parent.mp487.43MB
  • 16/2. Spring Boot Key Features.mp4111.68MB
  • 16/3. Different Ways to Create Spring Boot Application.mp434.29MB
  • 16/4. Creating Spring Boot App using Spring Initializr.mp470.61MB
  • 16/5. Spring Boot Auto-Configuration.mp482.57MB
  • 16/6. Spring Boot Auto-configuration - Practical.mp4195.62MB
  • 16/7. Spring Boot App Execution Process - Theory.mp456.32MB
  • 16/8. Spring Boot App Execution Process - practical.mp481.98MB
  • 16/9. Types of Spring Boot Applications - Let's Debug and Understand.mp4160.89MB
  • 17/1. Create Spring Boot Application in STS.mp4106.47MB
  • 17/10. Spring Boot Dev Tools.mp4100.8MB
  • 17/2. Create Simple Spring Boot REST API.mp458.83MB
  • 17/3. Spring Boot REST API returns Java Bean.mp472.34MB
  • 17/4. Create Spring Boot REST API returns List.mp411.77MB
  • 17/5. Spring Boot REST API with Path Variable - @PathVariable.mp4103.33MB
  • 17/6. Spring Boot REST API with Request Param - @RequestParam.mp4104.03MB
  • 17/7. Embedded Servers - Tomcat, Jetty and Undertow.mp40B
  • 17/8. Running Spring Boot Apps from the Command Line.mp492.66MB
  • 17/9. Deploy Step by Step Spring Boot WAR File to External Tomcat Server.mp4114.83MB
  • 18/10. Q9. How many types of projects we can create using Spring boot.mp49.02MB
  • 18/11. Q10. Explain types of Embedded Servers in Spring boot.mp4148.71MB
  • 18/12. Q11. How to run Spring boot application from command line.mp473.5MB
  • 18/13. Q12. Describe the flow of REST API HTTP request through the Spring Boot project.mp415.05MB
  • 18/14. Q13. How to create and deploy Spring boot WAR to External Tomcat Server.mp4120.73MB
  • 18/15. Q14. What Is Spring Boot DevTools used for.mp4113.24MB
  • 18/16. Q15. How to Add Security to Spring Boot and Explain Security Auto Configuration.mp476.53MB
  • 18/17. Q16. Have you used profiles in your Spring Boot project If yes, Explain briefly.mp440.39MB
  • 18/2. Q1. What is Spring boot and What problem Spring Boot solves.mp442.1MB
  • 18/3. Q2. Explain few important Spring Boot key features.mp4113.67MB
  • 18/4. Q3. What is Spring Boot Auto Configuration.mp475.46MB
  • 18/5. Q4. How Spring boot internally works or explain run() method in Spring Boot.mp4116MB
  • 18/6. Q5. What are different ways to create a Spring boot application.mp432.31MB
  • 18/7. Q6. Explain @SpringBootApplication,@Configuration and @ComponentScan annotations.mp4101.18MB
  • 18/8. Q7. What is Spring boot starters and name few important Spring boot starters.mp4114.76MB
  • 18/9. Q8. What is Spring Boot Starter Parent.mp484.73MB
  • 2. REST Basics and Key Concepts (For Beginners)/1. REST Introduction and REST Architecture.mp470.34MB
  • 2. REST Basics and Key Concepts (For Beginners)/2. REST Key Concepts - Resource, URI and Sub-resource.mp449.86MB
  • 2. REST Basics and Key Concepts (For Beginners)/3. REST Key Concepts - Http Methods.mp411.57MB
  • 2. REST Basics and Key Concepts (For Beginners)/4. REST Key Concepts - HTTP Status Codes.mp477.49MB
  • 3. REST API's Design for Blog Application/1. Blog Application - High Level Requirements.mp422.42MB
  • 3. REST API's Design for Blog Application/2. Selecting The Technology Stack for Blog App.mp427.83MB
  • 3. REST API's Design for Blog Application/3. Identify Resources for Blog Application.mp47.08MB
  • 3. REST API's Design for Blog Application/4. REST API Design for Post Resource.mp424.39MB
  • 3. REST API's Design for Blog Application/5. REST APIs Design for Comment Resource.mp437.57MB
  • 3. REST API's Design for Blog Application/6. REST API Design for SignupRegister and SigninLogin.mp46.75MB
  • 3. REST API's Design for Blog Application/7. Spring Boot Application Architecture.mp49.03MB
  • 4. Building CRUD REST API's for Post Resource/1. Create and Set up Spring Boot Project.mp453.99MB
  • 4. Building CRUD REST API's for Post Resource/10. TEST Create Post REST API using Postman client.mp432.87MB
  • 4. Building CRUD REST API's for Post Resource/11. Get All Posts API - Overview.mp415.14MB
  • 4. Building CRUD REST API's for Post Resource/12. Get All Posts REST API - Coding.mp4129.86MB
  • 4. Building CRUD REST API's for Post Resource/13. Get Post By Id REST API - Overview.mp416.19MB
  • 4. Building CRUD REST API's for Post Resource/14. Get Post By Id REST API - Coding.mp465.58MB
  • 4. Building CRUD REST API's for Post Resource/15. Update Post REST API - Overview.mp419.74MB
  • 4. Building CRUD REST API's for Post Resource/16. Update Post REST API - Coding.mp495MB
  • 4. Building CRUD REST API's for Post Resource/17. Delete Post REST API - Overview.mp411.34MB
  • 4. Building CRUD REST API's for Post Resource/18. Delete Post REST API - Coding.mp470.98MB
  • 4. Building CRUD REST API's for Post Resource/2. Create Spring Boot Project Structure.mp438.38MB
  • 4. Building CRUD REST API's for Post Resource/3. Configure MySQL Database.mp476.92MB
  • 4. Building CRUD REST API's for Post Resource/4. Creating JPA Entity - Post Entity.mp483.38MB
  • 4. Building CRUD REST API's for Post Resource/5. Creating JPA Repository -PostRepository.mp451.28MB
  • 4. Building CRUD REST API's for Post Resource/6. Creating Custom Exception - ResourceNotFoundException.mp451.63MB
  • 4. Building CRUD REST API's for Post Resource/7. Creating DTO Class - PostDto.mp435.75MB
  • 4. Building CRUD REST API's for Post Resource/8. Create Post REST API -Overview.mp419.8MB
  • 4. Building CRUD REST API's for Post Resource/9. Create Post REST API - Coding.mp4135.68MB
  • 5. Pagination and Sorting Support/1. Pagination and Sorting Overview.mp433.27MB
  • 5. Pagination and Sorting Support/2. Pagination Support for Get All Posts REST API.mp498.76MB
  • 5. Pagination and Sorting Support/3. Customizing Pagination API Response.mp484.06MB
  • 5. Pagination and Sorting Support/4. Sorting Support for Get All Posts REST API.mp472.44MB
  • 5. Pagination and Sorting Support/5. Ordering in Sorting API - ASC and DESC.mp469.58MB
  • 5. Pagination and Sorting Support/6. Refactoring Hardcoded Values for Paging and Sorting.mp447.28MB
  • 6. Building CRUD REST API's for Comment Resource ( One to Many)/1. Creating JPA Entity - Comment.mp479.92MB
  • 6. Building CRUD REST API's for Comment Resource ( One to Many)/2. Creating JPA Repository - CommentRepository.mp438.58MB
  • 6. Building CRUD REST API's for Comment Resource ( One to Many)/3. Creating DTO Class - CommentDto.mp45.87MB
  • 6. Building CRUD REST API's for Comment Resource ( One to Many)/4. Create Comment REST API.mp4146.58MB
  • 6. Building CRUD REST API's for Comment Resource ( One to Many)/5. Test Create Comment REST API using Postman Client.mp432.65MB
  • 6. Building CRUD REST API's for Comment Resource ( One to Many)/6. Get All Comments By Post Id REST API.mp473.71MB
  • 6. Building CRUD REST API's for Comment Resource ( One to Many)/7. Get Comment By Id REST API.mp4117.98MB
  • 6. Building CRUD REST API's for Comment Resource ( One to Many)/8. Update Comment By Id REST API.mp4129.88MB
  • 6. Building CRUD REST API's for Comment Resource ( One to Many)/9. Delete Comment REST API.mp492.2MB
  • 7. Using ModelMapper - Map Entity to DTO and Vice Versa/1. Map Post Entity to Post DTO using ModelMapper.mp492.99MB
  • 7. Using ModelMapper - Map Entity to DTO and Vice Versa/2. Map Comment Entity to Comment DTO using ModelMapper.mp440.17MB
  • 7. Using ModelMapper - Map Entity to DTO and Vice Versa/3. Refactoring GetPostById and GetAllPosts REST API.mp444.14MB
  • 8. Exception Handling in Spring Boot App/1. Spring Boot REST API Error Handling Overview.mp437.65MB
  • 8. Exception Handling in Spring Boot App/2. Spring Boot REST API Specific or Custom Exception Handling.mp4106.83MB
  • 8. Exception Handling in Spring Boot App/3. Spring Boot REST API Global Exception Handling.mp450.99MB
  • 9. Spring Boot REST API Validation/1. Validation with Spring Boot - Overview.mp432.73MB
  • 9. Spring Boot REST API Validation/2. Validate Create Post and Update Post REST API Request.mp4117.07MB
  • 9. Spring Boot REST API Validation/3. Customizing Validation Response.mp4128.01MB
  • 9. Spring Boot REST API Validation/4. Validate Create Comment and Update Comment REST API Request.mp481.71MB