首页 磁力链接怎么用

[FreeCourseSite.com] Udemy - RESTful Web Services, Java, Spring Boot, Spring MVC and JPA

文件类型 收录时间 最后活跃 资源热度 文件大小 文件数量
视频 2019-5-25 19:42 2024-5-29 07:45 218 11.53 GB 229
二维码链接
[FreeCourseSite.com] Udemy - RESTful Web Services, Java, Spring Boot, Spring MVC and JPA的二维码
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
文件列表
  1. 1. Introduction/2. Introduction.mp411.75MB
  2. 1. Introduction/3. Install HTTP client Postman.mp420.63MB
  3. 1. Introduction/4. Postman overview.mp465.05MB
  4. 1. Introduction/5. Resource and Collection URIs.mp436.42MB
  5. 1. Introduction/6. HTTP Methods GET, POST, DELETE and PUT.mp422.19MB
  6. 1. Introduction/7. HTTP Headers Accept and Content Type.mp423.83MB
  7. 1. Introduction/8. Introduction to Web Service Application Layers.mp412.9MB
  8. 10. Implementing Get User Details Web Service Endpoint/1. Get User Details Resource Method.mp454.51MB
  9. 10. Implementing Get User Details Web Service Endpoint/2. Implement Service layer method.mp436.74MB
  10. 10. Implementing Get User Details Web Service Endpoint/3. Update UserRepository.mp437.98MB
  11. 10. Implementing Get User Details Web Service Endpoint/4. Trying the Get User Details API Call.mp469.38MB
  12. 11. Adding XML Support & JSON Support/1. Update POM.XML, Add XML & JSON Media Types.mp463MB
  13. 11. Adding XML Support & JSON Support/2. Getting Response in XML or JSON format.mp421.59MB
  14. 12. Exceptions Handling/1. Introduction.mp435.23MB
  15. 12. Exceptions Handling/2. Implementing ErrorMessages enum.mp470.26MB
  16. 12. Exceptions Handling/3. Implementing UserServiceException.mp440.03MB
  17. 12. Exceptions Handling/4. Handle a Specific Exception.mp481.63MB
  18. 12. Exceptions Handling/5. Return Custom Error Object Representation.mp446.68MB
  19. 12. Exceptions Handling/6. Handle All Other Exceptions.mp454.18MB
  20. 13. Update User Details API Call/1. Update User Details Resource Method.mp464.83MB
  21. 13. Update User Details API Call/2. Implementing Service Layer Method.mp469.12MB
  22. 13. Update User Details API Call/3. Trying the Update User Details API Call.mp433.07MB
  23. 14. Delete User API Call/1. Delete User Resource Method.mp471.61MB
  24. 14. Delete User API Call/2. Implementing Service Layer Method.mp433.75MB
  25. 14. Delete User API Call/3. Trying the Delete User API Call.mp458.14MB
  26. 15. Pagination and Get Users API Call/1. The Get Users Request URL.mp424.9MB
  27. 15. Pagination and Get Users API Call/2. The Get Users Resource Method.mp453.25MB
  28. 15. Pagination and Get Users API Call/3. Get Users Service Layer Method.mp457.9MB
  29. 15. Pagination and Get Users API Call/4. Trying the Get Users API Call.mp452.94MB
  30. 16. Deploying Your App/1. Running Your Web Services App without STS.mp432.55MB
  31. 16. Deploying Your App/2. Create Context Path to Your Web Service.mp443.82MB
  32. 16. Deploying Your App/3. Run Your App as a Java application.mp454.58MB
  33. 16. Deploying Your App/4. Generating WAR file.mp451.09MB
  34. 16. Deploying Your App/5. Downloading Apache Tomcat.mp423.52MB
  35. 16. Deploying Your App/6. Starting and Stopping Apache Tomcat.mp434.11MB
  36. 16. Deploying Your App/7. Creating a new Apache Tomcat User.mp426.52MB
  37. 16. Deploying Your App/8. Deploying Your Web Service to Apache Tomcat.mp446.4MB
  38. 17. Deploying to Amazon Cloud. AWS EC2/1. Startup Your Own Amazon EC2 Linux Server.mp4192.17MB
  39. 17. Deploying to Amazon Cloud. AWS EC2/10. Introduction @OneToOne, @OneToMany, @ManyToOne.mp430.49MB
  40. 17. Deploying to Amazon Cloud. AWS EC2/2. Connect To Your Server via SSH.mp455.38MB
  41. 17. Deploying to Amazon Cloud. AWS EC2/3. Update Server Software Packages and Update Java.mp445.94MB
  42. 17. Deploying to Amazon Cloud. AWS EC2/4. Download & Install Apache Tomcat on AWS EC2 Linux Server.mp450.95MB
  43. 17. Deploying to Amazon Cloud. AWS EC2/5. Configure Apache Tomcat Users.mp456.35MB
  44. 17. Deploying to Amazon Cloud. AWS EC2/6. Download and Install MySQL Server on EC2 Linux Server.mp435.7MB
  45. 17. Deploying to Amazon Cloud. AWS EC2/7. Create Database and Add Database User.mp436.07MB
  46. 17. Deploying to Amazon Cloud. AWS EC2/8. Deploy Our Web Service App on Apache Tomcat.mp429.17MB
  47. 17. Deploying to Amazon Cloud. AWS EC2/9. Sending HTTP Request to a WebService Deployed on a Remote Server.mp427.64MB
  48. 18. Object Relationships @OneToMany Relationship/1. Add List of Addresses to JSON Payload.mp425.55MB
  49. 18. Object Relationships @OneToMany Relationship/10. Trying How it Works Creating a new User record.mp476.99MB
  50. 18. Object Relationships @OneToMany Relationship/11. Include List of Addresses Into Response.mp447.35MB
  51. 18. Object Relationships @OneToMany Relationship/12. Get List of Addresses Web Service Endpoint.mp4112.67MB
  52. 18. Object Relationships @OneToMany Relationship/13. Get List of Addresses Service Interface.mp425.65MB
  53. 18. Object Relationships @OneToMany Relationship/14. Get List of Addresses Service Interface Implementation.mp431.89MB
  54. 18. Object Relationships @OneToMany Relationship/15. Get List of Addresses Spring Data JPA Interface.mp481.8MB
  55. 18. Object Relationships @OneToMany Relationship/16. Trying How the Get List of Addresses Works.mp445.99MB
  56. 18. Object Relationships @OneToMany Relationship/17. API Call to Get a Single Address Details.mp489.01MB
  57. 18. Object Relationships @OneToMany Relationship/2. Add List of Addresses to a UserDetailsRequestModel.mp446.23MB
  58. 18. Object Relationships @OneToMany Relationship/3. Creating AddressDTO.mp438.06MB
  59. 18. Object Relationships @OneToMany Relationship/4. A Better Way of Mapping DTO to an Entity and Entity to a DTO.mp445.7MB
  60. 18. Object Relationships @OneToMany Relationship/5. Trying if Deep Objects Mapping Works.mp453.14MB
  61. 18. Object Relationships @OneToMany Relationship/6. Create AddressEntity class.mp484.04MB
  62. 18. Object Relationships @OneToMany Relationship/7. Add @OneToMany to UserEntity class.mp435.88MB
  63. 18. Object Relationships @OneToMany Relationship/8. Generate Public Address Id.mp427.14MB
  64. 18. Object Relationships @OneToMany Relationship/9. Updating Service class Java code.mp471.39MB
  65. 19. HATEOAS/1. Introduction.mp49.83MB
  66. 19. HATEOAS/2. Adding HATEOAS Support to Our Project.mp432.82MB
  67. 19. HATEOAS/3. Adding Adding Links to a Get User Address API Call.mp4129.93MB
  68. 19. HATEOAS/4. Using the methodOn().mp469.52MB
  69. 19. HATEOAS/5. Adding Links to a Get Addresses API Call.mp453.9MB
  70. 19. HATEOAS/6. Applying HAL Format.mp490.55MB
  71. 2. Download, Install and run MySQL Database on Local Computer/1. Downloading and Installing MySQL on MAC.mp433.14MB
  72. 2. Download, Install and run MySQL Database on Local Computer/2. Start MySQL Server and Login.mp457.34MB
  73. 2. Download, Install and run MySQL Database on Local Computer/3. Creating MySQL Database and a new User.mp463.67MB
  74. 2. Download, Install and run MySQL Database on Local Computer/4. Downloading and Installing MySQL Workbench.mp428.41MB
  75. 2. Download, Install and run MySQL Database on Local Computer/5. Connect to MySQL Database using MySQL WorkBench.mp449.48MB
  76. 2. Download, Install and run MySQL Database on Local Computer/6. MySQL WorkBench brief overview.mp429.26MB
  77. 20. Implement Email Verification Feature with AWS SES (Simple Email Service)/10. The verifyEmailToken() RestController Method.mp455.17MB
  78. 20. Implement Email Verification Feature with AWS SES (Simple Email Service)/11. The verifyEmailToken() Service Layer Function.mp444.51MB
  79. 20. Implement Email Verification Feature with AWS SES (Simple Email Service)/12. The findUserByEmailVerificationToken() Data Layer Function.mp411.43MB
  80. 20. Implement Email Verification Feature with AWS SES (Simple Email Service)/13. Checking if Email Verification Token Has Expired.mp438.14MB
  81. 20. Implement Email Verification Feature with AWS SES (Simple Email Service)/14. Generate and Save the Email Verification Token.mp455.1MB
  82. 20. Implement Email Verification Feature with AWS SES (Simple Email Service)/15. Prevent Users with Unverified Email Address to Login.mp455.22MB
  83. 20. Implement Email Verification Feature with AWS SES (Simple Email Service)/16. Trying How it works.mp464.52MB
  84. 20. Implement Email Verification Feature with AWS SES (Simple Email Service)/17. Create a new Web Project.mp419.35MB
  85. 20. Implement Email Verification Feature with AWS SES (Simple Email Service)/18. Download Apache Tomcat and Add to Spring STS.mp447.71MB
  86. 20. Implement Email Verification Feature with AWS SES (Simple Email Service)/19. Creating Email Verification Service Web Page.mp441.75MB
  87. 20. Implement Email Verification Feature with AWS SES (Simple Email Service)/2. Introduction.mp418.14MB
  88. 20. Implement Email Verification Feature with AWS SES (Simple Email Service)/20. Reading JavaScript URL Request Parameters.mp423.83MB
  89. 20. Implement Email Verification Feature with AWS SES (Simple Email Service)/21. The verifyToken() AJAX HTTP Get Request.mp447.88MB
  90. 20. Implement Email Verification Feature with AWS SES (Simple Email Service)/22. Deploying REST API and Email Verification Service to a Local Tomcat.mp4107.78MB
  91. 20. Implement Email Verification Feature with AWS SES (Simple Email Service)/23. Trying Email Verification Feature on Local Server.mp488.05MB
  92. 20. Implement Email Verification Feature with AWS SES (Simple Email Service)/24. Adding Code to Send Email.mp4142.82MB
  93. 20. Implement Email Verification Feature with AWS SES (Simple Email Service)/25. Deploying Email Verification to a Remote Amazon EC2 Linux Server.mp461.92MB
  94. 20. Implement Email Verification Feature with AWS SES (Simple Email Service)/26. Trying Email Verification on Remote Server.mp471.5MB
  95. 20. Implement Email Verification Feature with AWS SES (Simple Email Service)/3. Verify Email Address with Amazon SES.mp426.19MB
  96. 20. Implement Email Verification Feature with AWS SES (Simple Email Service)/4. Moving Out of AWS SES Sandbox.mp428MB
  97. 20. Implement Email Verification Feature with AWS SES (Simple Email Service)/5. Submit Support Ticket to Increate Sending Limits.mp49.82MB
  98. 20. Implement Email Verification Feature with AWS SES (Simple Email Service)/6. Create AWS IAM Access Credentials.mp425.4MB
  99. 20. Implement Email Verification Feature with AWS SES (Simple Email Service)/7. Creating Shared Credentials File.mp41.84MB
  100. 20. Implement Email Verification Feature with AWS SES (Simple Email Service)/8. Add AWS Java SDK SES Maven Dependency.mp413.01MB
  101. 20. Implement Email Verification Feature with AWS SES (Simple Email Service)/9. Spring Security. Make Email Verification a Public Web Service Endpoint..mp423.96MB
  102. 21. Implementing Password Reset Feature/1. Introduction.mp419.33MB
  103. 21. Implementing Password Reset Feature/10. Password Reset HTML Page Add jQuery.mp417.44MB
  104. 21. Implementing Password Reset Feature/11. Password Reset HTML Page Add the saveNewPassword() function.mp496.16MB
  105. 21. Implementing Password Reset Feature/12. Add Content Type HTTP Header.mp431.39MB
  106. 21. Implementing Password Reset Feature/13. Password Reset RestController Method.mp443.17MB
  107. 21. Implementing Password Reset Feature/14. Password Reset Service Layer Method.mp487.98MB
  108. 21. Implementing Password Reset Feature/15. Making Password Rest URL Public.mp422.17MB
  109. 21. Implementing Password Reset Feature/16. Deploying RESTful Web Service and the Verification Service App.mp456.62MB
  110. 21. Implementing Password Reset Feature/17. Trying How Password Reset Works.mp472.58MB
  111. 21. Implementing Password Reset Feature/2. Password Reset Request RestController Method.mp455.33MB
  112. 21. Implementing Password Reset Feature/3. Password Reset Request Service Layer Method.mp449.65MB
  113. 21. Implementing Password Reset Feature/4. Generating Password Reset Token.mp439.02MB
  114. 21. Implementing Password Reset Feature/5. Create PasswordResetTokenEntity & Password Reset Repository.mp465.45MB
  115. 21. Implementing Password Reset Feature/6. Update AmazonSES Class with Code that Sends Email.mp494.3MB
  116. 21. Implementing Password Reset Feature/7. Make the password-reset-request Public.mp426.6MB
  117. 21. Implementing Password Reset Feature/8. Trying How Password Reset Request Works.mp482.49MB
  118. 21. Implementing Password Reset Feature/9. Password Reset HTML Page Add Input fields.mp440.56MB
  119. 22. Testing Service Layer Code with JUnit 5 & Mockito/1. Introduction to Testing with JUnit & Mockito.mp410.56MB
  120. 22. Testing Service Layer Code with JUnit 5 & Mockito/10. The testCreateUser() method. Adding more code..mp4179MB
  121. 22. Testing Service Layer Code with JUnit 5 & Mockito/11. doNothing(). Exclude Integration Code from Unit Test..mp497.68MB
  122. 22. Testing Service Layer Code with JUnit 5 & Mockito/12. Assert an Exception is thrown in the createUser() method.mp450.59MB
  123. 22. Testing Service Layer Code with JUnit 5 & Mockito/2. Test Cases Source Code and Test Libraries Dependency.mp450.09MB
  124. 22. Testing Service Layer Code with JUnit 5 & Mockito/3. Creating a new JUnit 5 Test Case.mp448.74MB
  125. 22. Testing Service Layer Code with JUnit 5 & Mockito/4. Mocking Objects with Mockito @Mock.mp497.02MB
  126. 22. Testing Service Layer Code with JUnit 5 & Mockito/5. JUnit 5 Assertions. Asserting Successful Method Execution..mp484.51MB
  127. 22. Testing Service Layer Code with JUnit 5 & Mockito/6. JUnit 5. Expect an Exception with assertThrows().mp458.6MB
  128. 22. Testing Service Layer Code with JUnit 5 & Mockito/7. Run JUnit 5 Test Cases with Maven.mp423.3MB
  129. 22. Testing Service Layer Code with JUnit 5 & Mockito/8. The testCreateUser() method. Mocking Objects..mp4109.53MB
  130. 22. Testing Service Layer Code with JUnit 5 & Mockito/9. Testing the createUser() Service Method.mp483.99MB
  131. 23. Testing Rest Controller Methods with JUnit 5/1. Create a New Test Case.mp428.72MB
  132. 23. Testing Rest Controller Methods with JUnit 5/2. Create Mock Objects and Configure Methods Behaviour.mp466.86MB
  133. 23. Testing Rest Controller Methods with JUnit 5/3. Asserting with assertNotNull, assertEquals and assertTrue.mp432.97MB
  134. 24. JUnit Integration Test. Testing JWT Tokens and UserId/1. Create a new JUnit Integration Test Case.mp465.21MB
  135. 24. JUnit Integration Test. Testing JWT Tokens and UserId/2. Test the Generate UserId Method.mp447.4MB
  136. 24. JUnit Integration Test. Testing JWT Tokens and UserId/3. Test If JWT Token Has Not Expired.mp453.5MB
  137. 24. JUnit Integration Test. Testing JWT Tokens and UserId/4. Test the Expired JWT Token.mp454MB
  138. 25. H2 In-Memory Database/1. What is H2 In-memory Database and Why Using It.mp412.05MB
  139. 25. H2 In-Memory Database/2. H2 Database Console Preview.mp443.76MB
  140. 25. H2 In-Memory Database/3. Adding Support for the H2 Database.mp466.35MB
  141. 25. H2 In-Memory Database/4. Sign in to H2 In-Memory Database.mp433.63MB
  142. 25. H2 In-Memory Database/5. Protect the H2 In-Memory Database with a Password.mp413.17MB
  143. 25. H2 In-Memory Database/6. API Call to Create a New User and Preview User Details in an In-Memory Database.mp429.81MB
  144. 26. Testing RESTful Web Services with Rest Assured/10. User Login API Call Create Test Class.mp428.77MB
  145. 26. Testing RESTful Web Services with Rest Assured/11. User Login API Call Create Test Method.mp493.36MB
  146. 26. Testing RESTful Web Services with Rest Assured/12. User Login API Call Run Test Method.mp452.55MB
  147. 26. Testing RESTful Web Services with Rest Assured/13. JUnit Test Methods ordering with @FixMethodOrder.mp449.44MB
  148. 26. Testing RESTful Web Services with Rest Assured/14. Get User Details API Call Create Test method.mp453.7MB
  149. 26. Testing RESTful Web Services with Rest Assured/15. Get User Details API Call Validating List of Addresses.mp439.03MB
  150. 26. Testing RESTful Web Services with Rest Assured/16. Get User Details API Call Use the pathParam().mp413.1MB
  151. 26. Testing RESTful Web Services with Rest Assured/17. Get User Details API Call Running Test Method.mp438.02MB
  152. 26. Testing RESTful Web Services with Rest Assured/18. Update User Details API Call Create Test Method & HTTP Request.mp4103.17MB
  153. 26. Testing RESTful Web Services with Rest Assured/19. Update User Details API Call Validating HTTP Response.mp468.13MB
  154. 26. Testing RESTful Web Services with Rest Assured/2. Introduction.mp48.56MB
  155. 26. Testing RESTful Web Services with Rest Assured/20. Delete User Details API Call Create Test Method.mp464.93MB
  156. 26. Testing RESTful Web Services with Rest Assured/21. Delete User Details API Call Run Test Method.mp432.63MB
  157. 26. Testing RESTful Web Services with Rest Assured/3. Creating a new maven project.mp441.67MB
  158. 26. Testing RESTful Web Services with Rest Assured/4. Add support for Rest Assured and JUnit 5 to your project.mp481.2MB
  159. 26. Testing RESTful Web Services with Rest Assured/5. Create User API Call Creating a Test Method.mp419.15MB
  160. 26. Testing RESTful Web Services with Rest Assured/6. Create User API Call Setting Request URL, Context Path and a Port number.mp428.38MB
  161. 26. Testing RESTful Web Services with Rest Assured/7. Create User API Call Create HTTP Post Request and Validate Response.mp490.6MB
  162. 26. Testing RESTful Web Services with Rest Assured/8. Create User API Call Running a Test Case.mp465.81MB
  163. 26. Testing RESTful Web Services with Rest Assured/9. Create User API Call Verify JSON Array with a list of Addresses.mp4104.12MB
  164. 27. Using Native SQL Queries/1. Introduction. What If You Need to Run SQL Query.mp412.29MB
  165. 27. Using Native SQL Queries/2. Native SELECT SQL Query Example.mp439.63MB
  166. 27. Using Native SQL Queries/3. JUnit Test to test Native SELECT SQL Query.mp4102.83MB
  167. 27. Using Native SQL Queries/4. Native SQL Query with Positional Parameters.mp483.7MB
  168. 27. Using Native SQL Queries/5. Native SQL Query with Named Parameters.mp448.76MB
  169. 27. Using Native SQL Queries/6. Log SQL Queries and Their Values in the Console.mp443.58MB
  170. 27. Using Native SQL Queries/7. Using Advanced LIKE Expressions.mp458.45MB
  171. 27. Using Native SQL Queries/8. Select Specific Columns from a Table.mp472.39MB
  172. 27. Using Native SQL Queries/9. UPDATE SQL Query Example.mp493.74MB
  173. 28. Using Java Persistence Query Language(JPQL)/1. JPQL Introduction.mp47.28MB
  174. 28. Using Java Persistence Query Language(JPQL)/2. JPQL Select SQL Query.mp484.41MB
  175. 28. Using Java Persistence Query Language(JPQL)/3. JPQL Query to Select Specific Fields Only.mp447.92MB
  176. 28. Using Java Persistence Query Language(JPQL)/4. JPQL Update SQL Query.mp478.25MB
  177. 29. Cross Origin AJAX HTTP Requests. CORS/1. Do I Need To Enable CORS.mp415.24MB
  178. 29. Cross Origin AJAX HTTP Requests. CORS/2. Send HTTP Request to Reproduce Cross Origin Issue.mp469.46MB
  179. 29. Cross Origin AJAX HTTP Requests. CORS/3. Enable Cross Origin Requests in Rest Controller.mp489.69MB
  180. 29. Cross Origin AJAX HTTP Requests. CORS/4. Global CORS configuration.mp442.82MB
  181. 29. Cross Origin AJAX HTTP Requests. CORS/5. Spring Security Configuration for CORS.mp4135.47MB
  182. 3. Setup Development Environment/1. Install Java Platform (JDK).mp456.25MB
  183. 3. Setup Development Environment/2. Download and Install Spring Tool Suite(STS).mp424.44MB
  184. 31. Create Interactive Documentation for your REST API with Swagger/1. Introduction.mp49.73MB
  185. 31. Create Interactive Documentation for your REST API with Swagger/10. Share Your API with Others.mp46MB
  186. 31. Create Interactive Documentation for your REST API with Swagger/11. Share Swagger UI URL.mp436.94MB
  187. 31. Create Interactive Documentation for your REST API with Swagger/2. Add Swagger Dependencies.mp436.11MB
  188. 31. Create Interactive Documentation for your REST API with Swagger/3. Create Swagger Configuration File.mp419.59MB
  189. 31. Create Interactive Documentation for your REST API with Swagger/4. Enable Swagger URLs and View JSON Documentation.mp438.54MB
  190. 31. Create Interactive Documentation for your REST API with Swagger/5. View API Documentation In Swagger UI.mp442.1MB
  191. 31. Create Interactive Documentation for your REST API with Swagger/6. Add Authorization Header.mp469.45MB
  192. 31. Create Interactive Documentation for your REST API with Swagger/7. Add login endpoint.mp4127.31MB
  193. 31. Create Interactive Documentation for your REST API with Swagger/8. Upading API Documentation Information.mp468.35MB
  194. 31. Create Interactive Documentation for your REST API with Swagger/9. Web Service Endpoints Additional Information.mp443.88MB
  195. 4. Getting Started. Creating a New Project/1. Create new Spring Boot Project with Spring Tool Suite.mp459.53MB
  196. 4. Getting Started. Creating a New Project/2. Creating a new Spring project using Spring Boot Initializr.mp439.27MB
  197. 5. Quick Start/1. Create Users Rest Controller class.mp423.92MB
  198. 5. Quick Start/2. Adding Methods to Handle POST, GET, PUT, DELETE HTTP requests.mp431.58MB
  199. 5. Quick Start/3. Running Web Service Application.mp449.38MB
  200. 6. Adding MySQL Database Support/1. Update POM.XML file.mp467.99MB
  201. 6. Adding MySQL Database Support/2. Configure MySQL Database Access Details.mp428.32MB
  202. 7. Implementing User Sign up/1. Adding method to handle HTTP Post Request.mp423.76MB
  203. 7. Implementing User Sign up/10. Autowire UserRepository into Service class.mp453.56MB
  204. 7. Implementing User Sign up/11. Trying how the User Sign up works.mp463.08MB
  205. 7. Implementing User Sign up/12. Preventing Duplicate Entries with @Column(unique=true).mp442.32MB
  206. 7. Implementing User Sign up/13. Check if user already exists.mp460.42MB
  207. 7. Implementing User Sign up/14. Generate User Public ID.mp470.87MB
  208. 7. Implementing User Sign up/2. Implementing the Create User Request Model class.mp434.33MB
  209. 7. Implementing User Sign up/3. Implementing Create User Response Model.mp455.22MB
  210. 7. Implementing User Sign up/4. Implementing the UserDto.mp450.93MB
  211. 7. Implementing User Sign up/5. Making use of UserRest and UserDto in RestController.mp430.08MB
  212. 7. Implementing User Sign up/6. Implementing Service class method.mp436.18MB
  213. 7. Implementing User Sign up/7. Implementing UserEntity class.mp453.81MB
  214. 7. Implementing User Sign up/8. Set Default Value for Email Verification Status field.mp410.31MB
  215. 7. Implementing User Sign up/9. Implementing UsersRepository class.mp446.82MB
  216. 8. Spring Security for User Sign-up/1. Adding Spring Security to our project.mp455.17MB
  217. 8. Spring Security for User Sign-up/2. Encrypt User Password.mp430.86MB
  218. 8. Spring Security for User Sign-up/3. Make the Sign-up Web Service Endpoint Public.mp496.76MB
  219. 9. Spring Security for User Sign-in/1. Implementing User Sign-in Request Model.mp418.12MB
  220. 9. Spring Security for User Sign-in/10. Making Your REST API Stateless.mp424.16MB
  221. 9. Spring Security for User Sign-in/11. Reading Token Secret from a property file.mp4116.46MB
  222. 9. Spring Security for User Sign-in/2. Implementing Load User By Username.mp452.27MB
  223. 9. Spring Security for User Sign-in/3. Implementing SecurityConstants class.mp423.11MB
  224. 9. Spring Security for User Sign-in/4. Implementing Authentication Filter.mp4101.88MB
  225. 9. Spring Security for User Sign-in/5. Trying how user Sign-in works.mp456.85MB
  226. 9. Spring Security for User Sign-in/6. Add public User ID to a Response Header.mp4128.43MB
  227. 9. Spring Security for User Sign-in/7. Customize User Authentication URL.mp431.55MB
  228. 9. Spring Security for User Sign-in/8. Implementing Authorization Filter.mp488.19MB
  229. 9. Spring Security for User Sign-in/9. Trying how User Authorization works.mp426.27MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!

违规内容投诉邮箱:[email protected]

概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统