首页收藏

[DesireCourse.Net] Udemy - RESTful Web Services, Java, Spring Boot, Spring MVC and JPA

DesireCourseUdemyRESTfulServicesJavaSpringBootSpring

种子大小:11.4 Gb

收录时间:2025-12-01

资源下载:磁力链接  复制链接  种子下载  在线播放 

文件列表:

  1. 17. Deploying to Amazon Cloud. AWS EC2/1. Startup Your Own Amazon EC2 Linux Server.mp4192.16 Mb
  2. 22. Testing Service Layer Code with JUnit 5 & Mockito/10. The testCreateUser() method. Adding more code..mp4179 Mb
  3. 20. Implement Email Verification Feature with AWS SES (Simple Email Service)/24. Adding Code to Send Email.mp4142.81 Mb
  4. 29. Cross Origin AJAX HTTP Requests. CORS/5. Spring Security Configuration for CORS.mp4135.47 Mb
  5. 19. HATEOAS/3. Adding Adding Links to a Get User Address API Call.mp4129.93 Mb
  6. 9. Spring Security for User Sign-in/6. Add public User ID to a Response Header.mp4128.42 Mb
  7. 31. Create Interactive Documentation for your REST API with Swagger/7. Add login endpoint.mp4127.31 Mb
  8. 9. Spring Security for User Sign-in/11. Reading Token Secret from a property file.mp4116.45 Mb
  9. 18. Object Relationships @OneToMany Relationship/12. Get List of Addresses Web Service Endpoint.mp4112.66 Mb
  10. 22. Testing Service Layer Code with JUnit 5 & Mockito/8. The testCreateUser() method. Mocking Objects..mp4109.52 Mb
  11. 26. Testing RESTful Web Services with Rest Assured/9. Create User API Call Verify JSON Array with a list of Addresses.mp4104.11 Mb
  12. 26. Testing RESTful Web Services with Rest Assured/18. Update User Details API Call Create Test Method & HTTP Request.mp4103.16 Mb
  13. 27. Using Native SQL Queries/3. JUnit Test to test Native SELECT SQL Query.mp4102.83 Mb
  14. 9. Spring Security for User Sign-in/4. Implementing Authentication Filter.mp4101.87 Mb
  15. 22. Testing Service Layer Code with JUnit 5 & Mockito/11. doNothing(). Exclude Integration Code from Unit Test..mp497.67 Mb
  16. 22. Testing Service Layer Code with JUnit 5 & Mockito/4. Mocking Objects with Mockito @Mock.mp497.02 Mb
  17. 8. Spring Security for User Sign-up/3. Make the Sign-up Web Service Endpoint Public.mp496.75 Mb
  18. 21. Implementing Password Reset Feature/11. Password Reset HTML Page Add the saveNewPassword() function.mp496.16 Mb
  19. 21. Implementing Password Reset Feature/6. Update AmazonSES Class with Code that Sends Email.mp494.29 Mb
  20. 27. Using Native SQL Queries/9. UPDATE SQL Query Example.mp493.74 Mb
  21. 26. Testing RESTful Web Services with Rest Assured/11. User Login API Call Create Test Method.mp493.35 Mb
  22. 26. Testing RESTful Web Services with Rest Assured/7. Create User API Call Create HTTP Post Request and Validate Response.mp490.59 Mb
  23. 19. HATEOAS/6. Applying HAL Format.mp490.55 Mb
  24. 29. Cross Origin AJAX HTTP Requests. CORS/3. Enable Cross Origin Requests in Rest Controller.mp489.68 Mb
  25. 18. Object Relationships @OneToMany Relationship/17. API Call to Get a Single Address Details.mp489 Mb
  26. 9. Spring Security for User Sign-in/8. Implementing Authorization Filter.mp488.18 Mb
  27. 20. Implement Email Verification Feature with AWS SES (Simple Email Service)/23. Trying Email Verification Feature on Local Server.mp488.05 Mb
  28. 21. Implementing Password Reset Feature/14. Password Reset Service Layer Method.mp487.98 Mb
  29. 22. Testing Service Layer Code with JUnit 5 & Mockito/5. JUnit 5 Assertions. Asserting Successful Method Execution..mp484.5 Mb
  30. 28. Using Java Persistence Query Language(JPQL)/2. JPQL Select SQL Query.mp484.4 Mb
  31. 18. Object Relationships @OneToMany Relationship/6. Create AddressEntity class.mp484.03 Mb
  32. 22. Testing Service Layer Code with JUnit 5 & Mockito/9. Testing the createUser() Service Method.mp483.99 Mb
  33. 27. Using Native SQL Queries/4. Native SQL Query with Positional Parameters.mp483.69 Mb
  34. 21. Implementing Password Reset Feature/8. Trying How Password Reset Request Works.mp482.49 Mb
  35. 18. Object Relationships @OneToMany Relationship/15. Get List of Addresses Spring Data JPA Interface.mp481.79 Mb
  36. 12. Exceptions Handling/4. Handle a Specific Exception.mp481.63 Mb
  37. 26. Testing RESTful Web Services with Rest Assured/4. Add support for Rest Assured and JUnit 5 to your project.mp481.2 Mb
  38. 28. Using Java Persistence Query Language(JPQL)/4. JPQL Update SQL Query.mp478.25 Mb
  39. 18. Object Relationships @OneToMany Relationship/10. Trying How it Works Creating a new User record.mp476.98 Mb
  40. 21. Implementing Password Reset Feature/17. Trying How Password Reset Works.mp472.57 Mb
  41. 27. Using Native SQL Queries/8. Select Specific Columns from a Table.mp472.38 Mb
  42. 14. Delete User API Call/1. Delete User Resource Method.mp471.6 Mb
  43. 20. Implement Email Verification Feature with AWS SES (Simple Email Service)/26. Trying Email Verification on Remote Server.mp471.49 Mb
  44. 18. Object Relationships @OneToMany Relationship/9. Updating Service class Java code.mp471.39 Mb
  45. 7. Implementing User Sign up/14. Generate User Public ID.mp470.86 Mb
  46. 12. Exceptions Handling/2. Implementing ErrorMessages enum.mp470.25 Mb
  47. 19. HATEOAS/4. Using the methodOn().mp469.52 Mb
  48. 29. Cross Origin AJAX HTTP Requests. CORS/2. Send HTTP Request to Reproduce Cross Origin Issue.mp469.46 Mb
  49. 31. Create Interactive Documentation for your REST API with Swagger/6. Add Authorization Header.mp469.44 Mb
  50. 10. Implementing Get User Details Web Service Endpoint/4. Trying the Get User Details API Call.mp469.37 Mb
  51. 13. Update User Details API Call/2. Implementing Service Layer Method.mp469.11 Mb
  52. 31. Create Interactive Documentation for your REST API with Swagger/8. Upading API Documentation Information.mp468.34 Mb
  53. 26. Testing RESTful Web Services with Rest Assured/19. Update User Details API Call Validating HTTP Response.mp468.14 Mb
  54. 6. Adding MySQL Database Support/1. Update POM.XML file.mp467.99 Mb
  55. 23. Testing Rest Controller Methods with JUnit 5/2. Create Mock Objects and Configure Methods Behaviour.mp466.85 Mb
  56. 25. H2 In-Memory Database/3. Adding Support for the H2 Database.mp466.35 Mb
  57. 26. Testing RESTful Web Services with Rest Assured/8. Create User API Call Running a Test Case.mp465.8 Mb
  58. 21. Implementing Password Reset Feature/5. Create PasswordResetTokenEntity & Password Reset Repository.mp465.45 Mb
  59. 24. JUnit Integration Test. Testing JWT Tokens and UserId/1. Create a new JUnit Integration Test Case.mp465.2 Mb
  60. 1. Introduction/4. Postman overview.mp465.05 Mb
  61. 26. Testing RESTful Web Services with Rest Assured/20. Delete User Details API Call Create Test Method.mp464.93 Mb
  62. 13. Update User Details API Call/1. Update User Details Resource Method.mp464.82 Mb
  63. 20. Implement Email Verification Feature with AWS SES (Simple Email Service)/16. Trying How it works.mp464.52 Mb
  64. 2. Download, Install and run MySQL Database on Local Computer/3. Creating MySQL Database and a new User.mp463.66 Mb
  65. 7. Implementing User Sign up/11. Trying how the User Sign up works.mp463.07 Mb
  66. 11. Adding XML Support & JSON Support/1. Update POM.XML, Add XML & JSON Media Types.mp463.01 Mb
  67. 20. Implement Email Verification Feature with AWS SES (Simple Email Service)/25. Deploying Email Verification to a Remote Amazon EC2 Linux Server.mp461.93 Mb
  68. 7. Implementing User Sign up/13. Check if user already exists.mp460.41 Mb
  69. 22. Testing Service Layer Code with JUnit 5 & Mockito/6. JUnit 5. Expect an Exception with assertThrows().mp458.6 Mb
  70. 27. Using Native SQL Queries/7. Using Advanced LIKE Expressions.mp458.45 Mb
  71. 14. Delete User API Call/3. Trying the Delete User API Call.mp458.13 Mb
  72. 15. Pagination and Get Users API Call/3. Get Users Service Layer Method.mp457.9 Mb
  73. 2. Download, Install and run MySQL Database on Local Computer/2. Start MySQL Server and Login.mp457.34 Mb
  74. 9. Spring Security for User Sign-in/5. Trying how user Sign-in works.mp456.85 Mb
  75. 21. Implementing Password Reset Feature/16. Deploying RESTful Web Service and the Verification Service App.mp456.62 Mb
  76. 17. Deploying to Amazon Cloud. AWS EC2/5. Configure Apache Tomcat Users.mp456.34 Mb
  77. 17. Deploying to Amazon Cloud. AWS EC2/2. Connect To Your Server via SSH.mp455.38 Mb
  78. 21. Implementing Password Reset Feature/2. Password Reset Request RestController Method.mp455.33 Mb
  79. 7. Implementing User Sign up/3. Implementing Create User Response Model.mp455.22 Mb
  80. 20. Implement Email Verification Feature with AWS SES (Simple Email Service)/15. Prevent Users with Unverified Email Address to Login.mp455.21 Mb
  81. 8. Spring Security for User Sign-up/1. Adding Spring Security to our project.mp455.16 Mb
  82. 20. Implement Email Verification Feature with AWS SES (Simple Email Service)/10. The verifyEmailToken() RestController Method.mp455.16 Mb
  83. 20. Implement Email Verification Feature with AWS SES (Simple Email Service)/14. Generate and Save the Email Verification Token.mp455.09 Mb
  84. 16. Deploying Your App/3. Run Your App as a Java application.mp454.57 Mb
  85. 10. Implementing Get User Details Web Service Endpoint/1. Get User Details Resource Method.mp454.5 Mb
  86. 12. Exceptions Handling/6. Handle All Other Exceptions.mp454.18 Mb
  87. 24. JUnit Integration Test. Testing JWT Tokens and UserId/4. Test the Expired JWT Token.mp454 Mb
  88. 19. HATEOAS/5. Adding Links to a Get Addresses API Call.mp453.9 Mb
  89. 7. Implementing User Sign up/7. Implementing UserEntity class.mp453.8 Mb
  90. 26. Testing RESTful Web Services with Rest Assured/14. Get User Details API Call Create Test method.mp453.7 Mb
  91. 7. Implementing User Sign up/10. Autowire UserRepository into Service class.mp453.56 Mb
  92. 24. JUnit Integration Test. Testing JWT Tokens and UserId/3. Test If JWT Token Has Not Expired.mp453.49 Mb
  93. 15. Pagination and Get Users API Call/2. The Get Users Resource Method.mp453.24 Mb
  94. 18. Object Relationships @OneToMany Relationship/5. Trying if Deep Objects Mapping Works.mp453.13 Mb
  95. 15. Pagination and Get Users API Call/4. Trying the Get Users API Call.mp452.93 Mb
  96. 26. Testing RESTful Web Services with Rest Assured/12. User Login API Call Run Test Method.mp452.55 Mb
  97. 9. Spring Security for User Sign-in/2. Implementing Load User By Username.mp452.27 Mb
  98. 3. Setup Development Environment/1. Install Java Platform (JDK).mp451.36 Mb
  99. 4. Getting Started. Creating a New Project/1. Create new Spring Boot Project with Spring Tool Suite.mp451.32 Mb
  100. 16. Deploying Your App/4. Generating WAR file.mp451.09 Mb