GetFreeCourses.Co-Udemy-RESTful Web Services, Java, Spring Boot, Spring MVC and JPA
File List
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/24 - Adding Code to Send Email.mp4 129.3 MB
- 16 - Deploying Your App/5 - Install Apache Tomcat on Windows.mp4 124.5 MB
- 9 - Spring Security for User Sign-in/6 - Add public User ID to a Response Header.mp4 111.0 MB
- 33 - Spring Security Roles and Authorities/27 - Assign ROLE_USER to a Regular User.mp4 107.0 MB
- 23 - Testing Service Layer Code with JUnit 5 & Mockito/7 - The testCreateUser() method. Mocking Objects.mp4 91.5 MB
- 27 - Testing RESTful Web Services with Rest Assured/18 - Update User Details API Call Create Test Method & HTTP Request.mp4 89.6 MB
- 30 - Cross Origin AJAX HTTP Requests. CORS/5 - Spring Security Configuration for CORS.mp4 88.1 MB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/22 - Deploying REST API and Email Verification Service to a Local Tomcat.mp4 87.8 MB
- 19 - HATEOAS. Spring Boot v. 2.0.1/4 - Adding Links to the AddressRest Model.mp4 86.0 MB
- 17 - Deploying to Amazon Cloud. AWS EC2/4 - Download & Install Apache Tomcat on AWS EC2 Linux Server.mp4 85.3 MB
- 33 - Spring Security Roles and Authorities/15 - Create User Principal Class.mp4 83.8 MB
- 9 - Spring Security for User Sign-in/11 - Reading Token Secret from a property file.mp4 82.1 MB
- 32 - Swagger. Creating Interactive Documentation/7 - Add login endpoint.mp4 80.7 MB
- 27 - Testing RESTful Web Services with Rest Assured/11 - User Login API Call Create Test Method.mp4 77.3 MB
- 23 - Testing Service Layer Code with JUnit 5 & Mockito/9 - The testCreateUser() method. Adding more code.mp4 74.4 MB
- 19 - HATEOAS. Spring Boot v. 2.0.1/7 - Applying HAL Format.mp4 73.4 MB
- 22 - Implementing Password Reset Feature/14 - Password Reset Service Layer Method.mp4 72.5 MB
- 17 - Deploying to Amazon Cloud. AWS EC2/1 - Startup Your Own Amazon EC2 Linux Server.mp4 70.4 MB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/23 - Trying Email Verification Feature on Local Server.mp4 70.0 MB
- 8 - Spring Security for User Sign-up/3 - Make the Sign-up Web Service Endpoint Public.mp4 67.5 MB
- 33 - Spring Security Roles and Authorities/17 - Configure HttpSecurity to Use the ADMIN Role.mp4 67.3 MB
- 20 - HATEOAS. Spring Boot v. 2.3.0.RELEASE/3 - Adding Links. Representation Model.mp4 66.6 MB
- 27 - Testing RESTful Web Services with Rest Assured/9 - Create User API Call Verify JSON Array with a list of Addresses.mp4 65.8 MB
- 1 - Introduction/3 - Postman overview.mp4 65.0 MB
- 33 - Spring Security Roles and Authorities/14 - Create User with Admin Role.mp4 60.3 MB
- 22 - Implementing Password Reset Feature/6 - Update AmazonSES Class with Code that Sends Email.mp4 60.2 MB
- 28 - Using Native SQL Queries/8 - Select Specific Columns from a Table.mp4 60.0 MB
- 28 - Using Native SQL Queries/9 - UPDATE SQL Query Example.mp4 59.0 MB
- 12 - Exceptions Handling/4 - Handle a Specific Exception.mp4 58.6 MB
- 22 - Implementing Password Reset Feature/17 - Trying How Password Reset Works.mp4 58.5 MB
- 18 - Object Relationships @OneToMany Relationship/18 - API Call to Get a Single Address Details.mp4 57.6 MB
- 30 - Cross Origin AJAX HTTP Requests. CORS/3 - Enable Cross Origin Requests in Rest Controller.mp4 57.4 MB
- 32 - Swagger. Creating Interactive Documentation/6 - Add Authorization Header.mp4 56.9 MB
- 28 - Using Native SQL Queries/4 - Native SQL Query with Positional Parameters.mp4 54.5 MB
- 29 - Using Java Persistence Query Language(JPQL)/2 - JPQL Select SQL Query.mp4 53.1 MB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/25 - Deploying Email Verification to a Remote Amazon EC2 Linux Server.mp4 53.0 MB
- 22 - Implementing Password Reset Feature/8 - Trying How Password Reset Request Works.mp4 52.5 MB
- 32 - Swagger. Creating Interactive Documentation/8 - Upading API Documentation Information.mp4 52.3 MB
- 33 - Spring Security Roles and Authorities/26 - @PostAuthorize Annotation Example.mp4 51.8 MB
- 27 - Testing RESTful Web Services with Rest Assured/8 - Create User API Call Running a Test Case.mp4 50.9 MB
- 12 - Exceptions Handling/2 - Implementing ErrorMessages enum.mp4 49.3 MB
- 29 - Using Java Persistence Query Language(JPQL)/4 - JPQL Update SQL Query.mp4 48.1 MB
- 14 - Delete User API Call/1 - Delete User Resource Method.mp4 47.4 MB
- 28 - Using Native SQL Queries/3 - JUnit Test to test Native SELECT SQL Query.mp4 47.2 MB
- 33 - Spring Security Roles and Authorities/7 - Create AuthorityEntity.mp4 46.3 MB
- 17 - Deploying to Amazon Cloud. AWS EC2/9 - Installing MySQL on AWS Linux 2 AMI.mp4 46.3 MB
- 15 - Pagination and Get Users API Call/3 - Get Users Service Layer Method.mp4 46.2 MB
- 33 - Spring Security Roles and Authorities/13 - Creating Roles ROLE_ADMIN, ROLE_USER.mp4 45.5 MB
- 25 - JUnit Integration Test. Testing JWT Tokens and UserId/3 - Test If JWT Token Has Not Expired.mp4 44.1 MB
- 9 - Spring Security for User Sign-in/4 - Implementing Authentication Filter.mp4 43.9 MB
- 33 - Spring Security Roles and Authorities/24 - Accessing Principal Object and Method Argument.mp4 43.2 MB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/10 - The verifyEmailToken() RestController Method.mp4 42.7 MB
- 13 - Update User Details API Call/1 - Update User Details Resource Method.mp4 42.2 MB
- 23 - Testing Service Layer Code with JUnit 5 & Mockito/4 - Mocking Objects with Mockito @Mock.mp4 41.8 MB
- 33 - Spring Security Roles and Authorities/22 - @Secured Annotation Example.mp4 41.1 MB
- 18 - Object Relationships @OneToMany Relationship/11 - Trying How it Works Creating a new User record.mp4 40.4 MB
- 18 - Object Relationships @OneToMany Relationship/13 - Get List of Addresses Web Service Endpoint.mp4 40.2 MB
- 9 - Spring Security for User Sign-in/2 - Implementing Load User By Username.mp4 39.9 MB
- 7 - Implementing User Sign up/14 - Generate User Public ID.mp4 39.8 MB
- 6 - Adding MySQL Database Support/1 - Update POM.XML file.mp4 39.0 MB
- 7 - Implementing User Sign up/11 - Trying how the User Sign up works.mp4 38.4 MB
- 33 - Spring Security Roles and Authorities/12 - Creating Authorities READ, WRITE, DELETE.mp4 38.4 MB
- 28 - Using Native SQL Queries/7 - Using Advanced LIKE Expressions.mp4 38.3 MB
- 9 - Spring Security for User Sign-in/8 - Implementing Authorization Filter.mp4 38.3 MB
- 19 - HATEOAS. Spring Boot v. 2.0.1/5 - Using the methodOn().mp4 37.9 MB
- 12 - Exceptions Handling/6 - Handle All Other Exceptions.mp4 37.7 MB
- 10 - Implementing Get User Details Web Service Endpoint/4 - Trying the Get User Details API Call.mp4 37.5 MB
- 10 - Implementing Get User Details Web Service Endpoint/1 - Get User Details Resource Method.mp4 37.0 MB
- 14 - Delete User API Call/3 - Trying the Delete User API Call.mp4 37.0 MB
- 7 - Implementing User Sign up/3 - Implementing Create User Response Model.mp4 36.7 MB
- 22 - Implementing Password Reset Feature/11 - Password Reset HTML Page Add the saveNewPassword() function.mp4 36.5 MB
- 25 - JUnit Integration Test. Testing JWT Tokens and UserId/2 - Test the Generate UserId Method.mp4 36.4 MB
- 22 - Implementing Password Reset Feature/2 - Password Reset Request RestController Method.mp4 36.1 MB
- 5 - Quick Start/3 - Running Web Service Application.mp4 35.5 MB
- 15 - Pagination and Get Users API Call/4 - Trying the Get Users API Call.mp4 35.0 MB
- 22 - Implementing Password Reset Feature/16 - Deploying RESTful Web Service and the Verification Service App.mp4 34.6 MB
- 27 - Testing RESTful Web Services with Rest Assured/4 - Add support for Rest Assured and JUnit 5 to your project.mp4 33.9 MB
- 4 - Getting Started. Creating a New Project/1 - Create new Spring Boot Project with Spring Tool Suite.mp4 33.8 MB
- 32 - Swagger. Creating Interactive Documentation/9 - Web Service Endpoints Additional Information.mp4 33.7 MB
- 18 - Object Relationships @OneToMany Relationship/5 - A Better Way of Mapping DTO to an Entity and Entity to a DTO.mp4 33.7 MB
- 2 - Download, Install and run MySQL Database on Local Computer/1 - Downloading and Installing MySQL on MAC.mp4 33.1 MB
- 18 - Object Relationships @OneToMany Relationship/12 - Include List of Addresses Into Response.mp4 33.1 MB
- 27 - Testing RESTful Web Services with Rest Assured/7 - Create User API Call Create HTTP Post Request and Validate Response.mp4 33.1 MB
- 23 - Testing Service Layer Code with JUnit 5 & Mockito/10 - doNothing(). Exclude Integration Code from Unit Test.mp4 32.8 MB
- 16 - Deploying Your App/3 - Run Your App as a Java application.mp4 32.6 MB
- 16 - Deploying Your App/4 - Generating WAR file.mp4 32.3 MB
- 22 - Implementing Password Reset Feature/3 - Password Reset Request Service Layer Method.mp4 32.1 MB
- 20 - HATEOAS. Spring Boot v. 2.3.0.RELEASE/6 - Returning a collection of resources with CollectionModel.mp4 32.0 MB
- 18 - Object Relationships @OneToMany Relationship/3 - Add List of Addresses to a UserDetailsRequestModel.mp4 32.0 MB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/26 - Trying Email Verification on Remote Server.mp4 31.8 MB
- 30 - Cross Origin AJAX HTTP Requests. CORS/2 - Send HTTP Request to Reproduce Cross Origin Issue.mp4 31.8 MB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/13 - Checking if Email Verification Token Has Expired.mp4 31.7 MB
- 26 - H2 In-Memory Database/3 - Adding Support for the H2 Database.mp4 31.2 MB
- 23 - Testing Service Layer Code with JUnit 5 & Mockito/5 - JUnit 5 Assertions. Asserting Successful Method Execution.mp4 30.9 MB
- 23 - Testing Service Layer Code with JUnit 5 & Mockito/8 - Testing the createUser() Service Method.mp4 30.7 MB
- 27 - Testing RESTful Web Services with Rest Assured/19 - Update User Details API Call Validating HTTP Response.mp4 30.4 MB
- 29 - Using Java Persistence Query Language(JPQL)/3 - JPQL Query to Select Specific Fields Only.mp4 30.2 MB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/21 - The verifyToken() AJAX HTTP Get Request.mp4 29.8 MB
- 16 - Deploying Your App/9 - Deploying Your Web Service to Apache Tomcat.mp4 29.5 MB
- 32 - Swagger. Creating Interactive Documentation/4 - Enable Swagger URLs and View JSON Documentation.mp4 29.1 MB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/11 - The verifyEmailToken() Service Layer Function.mp4 29.1 MB
- 25 - JUnit Integration Test. Testing JWT Tokens and UserId/1 - Create a new JUnit Integration Test Case.mp4 28.3 MB
- 17 - Deploying to Amazon Cloud. AWS EC2/10 - Install MariaDb Server on EC2 Linux 2 AMI.mp4 28.0 MB
- 28 - Using Native SQL Queries/6 - Log SQL Queries and Their Values in the Console.mp4 27.6 MB
- 22 - Implementing Password Reset Feature/13 - Password Reset RestController Method.mp4 27.5 MB
- 11 - Adding XML Support & JSON Support/2 - Responding with XML or JSON.mp4 27.4 MB
- 18 - Object Relationships @OneToMany Relationship/16 - Get List of Addresses Spring Data JPA Interface.mp4 27.2 MB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/19 - Creating Email Verification Service Web Page.mp4 27.2 MB
- 33 - Spring Security Roles and Authorities/16 - Update Authentication and Authorization Filters.mp4 26.9 MB
- 27 - Testing RESTful Web Services with Rest Assured/20 - Delete User Details API Call Create Test Method.mp4 26.8 MB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/16 - Trying How it works.mp4 26.8 MB
- 33 - Spring Security Roles and Authorities/6 - Role Authority @ManyToMany Mapping for the RoleEntity.mp4 26.6 MB
- 26 - H2 In-Memory Database/4 - Sign in to H2 In-Memory Database.mp4 26.5 MB
- 2 - Download, Install and run MySQL Database on Local Computer/3 - Creating MySQL Database and a new User.mp4 26.0 MB
- 16 - Deploying Your App/7 - Starting and Stopping Apache Tomcat.mp4 25.9 MB
- 13 - Update User Details API Call/2 - Implementing Service Layer Method.mp4 25.9 MB
- 9 - Spring Security for User Sign-in/7 - Customize User Authentication URL.mp4 25.2 MB
- 25 - JUnit Integration Test. Testing JWT Tokens and UserId/4 - Test the Expired JWT Token.mp4 24.8 MB
- 27 - Testing RESTful Web Services with Rest Assured/14 - Get User Details API Call Create Test method.mp4 24.6 MB
- 24 - Testing Rest Controller Methods with JUnit 5/2 - Create Mock Objects and Configure Methods Behaviour.mp4 24.6 MB
- 3 - Setup Development Environment/2 - Download and Install Spring Tool Suite(STS).mp4 24.4 MB
- 33 - Spring Security Roles and Authorities/4 - User Roles @ManyToMany Mapping for User Entity.mp4 24.2 MB
- 27 - Testing RESTful Web Services with Rest Assured/17 - Get User Details API Call Running Test Method.mp4 23.7 MB
- 19 - HATEOAS. Spring Boot v. 2.0.1/6 - Adding Links to a Get Addresses API Call.mp4 23.6 MB
- 20 - HATEOAS. Spring Boot v. 2.3.0.RELEASE/7 - Adding links to embedded list of addresses.mp4 23.6 MB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/18 - Download Apache Tomcat and Add to Spring STS.mp4 23.5 MB
- 20 - HATEOAS. Spring Boot v. 2.3.0.RELEASE/5 - Building links with methodOn().mp4 23.5 MB
- 16 - Deploying Your App/8 - Creating a new Apache Tomcat User.mp4 22.2 MB
- 3 - Setup Development Environment/1 - Install Java Platform (JDK).mp4 22.2 MB
- 33 - Spring Security Roles and Authorities/25 - Trying How It Works.mp4 22.2 MB
- 10 - Implementing Get User Details Web Service Endpoint/3 - Update UserRepository.mp4 22.1 MB
- 2 - Download, Install and run MySQL Database on Local Computer/2 - Start MySQL Server and Login.mp4 22.0 MB
- 18 - Object Relationships @OneToMany Relationship/10 - Updating Service class Java code.mp4 21.8 MB
- 27 - Testing RESTful Web Services with Rest Assured/10 - User Login API Call Create Test Class.mp4 21.5 MB
- 28 - Using Native SQL Queries/5 - Native SQL Query with Named Parameters.mp4 21.5 MB
- 23 - Testing Service Layer Code with JUnit 5 & Mockito/6 - JUnit 5. Expect an Exception with assertThrows().mp4 21.4 MB
- 9 - Spring Security for User Sign-in/5 - Trying how user Sign-in works.mp4 21.3 MB
- 19 - HATEOAS. Spring Boot v. 2.0.1/3 - Adding HATEOAS Support to Our Project.mp4 21.2 MB
- 8 - Spring Security for User Sign-up/1 - Adding Spring Security to our project.mp4 21.0 MB
- 17 - Deploying to Amazon Cloud. AWS EC2/6 - Configure Apache Tomcat Users.mp4 21.0 MB
- 15 - Pagination and Get Users API Call/2 - The Get Users Resource Method.mp4 20.9 MB
- 7 - Implementing User Sign up/13 - Check if user already exists.mp4 20.9 MB
- 9 - Spring Security for User Sign-in/9 - Trying how User Authorization works.mp4 20.7 MB
- 1 - Introduction/2 - Install HTTP client Postman.mp4 20.6 MB
- 30 - Cross Origin AJAX HTTP Requests. CORS/4 - Global CORS configuration.mp4 20.6 MB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/14 - Generate and Save the Email Verification Token.mp4 20.4 MB
- 23 - Testing Service Layer Code with JUnit 5 & Mockito/2 - Test Cases Source Code and Test Libraries Dependency.mp4 20.4 MB
- 23 - Testing Service Layer Code with JUnit 5 & Mockito/11 - Assert an Exception is thrown in the createUser() method.mp4 20.4 MB
- 16 - Deploying Your App/6 - Downloading Apache Tomcat on Mac.mp4 20.4 MB
- 18 - Object Relationships @OneToMany Relationship/7 - Create AddressEntity class.mp4 20.3 MB
- 27 - Testing RESTful Web Services with Rest Assured/21 - Delete User Details API Call Run Test Method.mp4 20.2 MB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/15 - Prevent Users with Unverified Email Address to Login.mp4 20.1 MB
- 16 - Deploying Your App/1 - Running Your Web Services App without STS.mp4 20.1 MB
- 22 - Implementing Password Reset Feature/12 - Add Content Type HTTP Header.mp4 19.9 MB
- 17 - Deploying to Amazon Cloud. AWS EC2/2 - Connect To Your Server via SSH.mp4 19.8 MB
- 26 - H2 In-Memory Database/6 - API Call to Create a New User and Preview User Details in an In-Memory Database.mp4 19.7 MB
- 7 - Implementing User Sign up/4 - Implementing the UserDto.mp4 19.7 MB
- 7 - Implementing User Sign up/7 - Implementing UserEntity class.mp4 19.5 MB
- 16 - Deploying Your App/2 - Create Context Path to Your Web Service.mp4 19.4 MB
- 17 - Deploying to Amazon Cloud. AWS EC2/3 - Update Server Software Packages and Update Java.mp4 19.4 MB
- 22 - Implementing Password Reset Feature/1 - Introduction.mp4 19.3 MB
- 33 - Spring Security Roles and Authorities/11 - Create InitialUsersSetup Class.mp4 19.1 MB
- 26 - H2 In-Memory Database/2 - H2 Database Console Preview.mp4 19.1 MB
- 27 - Testing RESTful Web Services with Rest Assured/12 - User Login API Call Run Test Method.mp4 19.0 MB
- 12 - Exceptions Handling/1 - Introduction.mp4 18.6 MB
- 18 - Object Relationships @OneToMany Relationship/6 - Trying if Deep Objects Mapping Works.mp4 18.5 MB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/6 - Create AWS IAM Access Credentials.mp4 18.3 MB
- 12 - Exceptions Handling/5 - Return Custom Error Object Representation.mp4 18.2 MB
- 22 - Implementing Password Reset Feature/5 - Create PasswordResetTokenEntity & Password Reset Repository.mp4 18.2 MB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/2 - Introduction.mp4 18.1 MB
- 2 - Download, Install and run MySQL Database on Local Computer/4 - Downloading and Installing MySQL Workbench.mp4 18.1 MB
- 33 - Spring Security Roles and Authorities/5 - Create RoleEntity.mp4 18.0 MB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/4 - Moving Out of AWS SES Sandbox.mp4 17.8 MB
- 23 - Testing Service Layer Code with JUnit 5 & Mockito/3 - Creating a new JUnit 5 Test Case.mp4 17.7 MB
- 32 - Swagger. Creating Interactive Documentation/11 - Share Swagger UI URL.mp4 17.2 MB
- 17 - Deploying to Amazon Cloud. AWS EC2/8 - Download and Install MySQL Server on EC2 Linux Server.mp4 16.7 MB
- 11 - Adding XML Support & JSON Support/3 - Consuming XML or JSON.mp4 16.5 MB
- 7 - Implementing User Sign up/12 - Preventing Duplicate Entries with @Column(unique=true).mp4 16.2 MB
- 33 - Spring Security Roles and Authorities/2 - Authentication vs Authorization.mp4 15.7 MB
- 32 - Swagger. Creating Interactive Documentation/5 - View API Documentation In Swagger UI.mp4 14.9 MB
- 27 - Testing RESTful Web Services with Rest Assured/15 - Get User Details API Call Validating List of Addresses.mp4 14.6 MB
- 1 - Introduction/4 - Resource and Collection URIs.mp4 14.5 MB
- 33 - Spring Security Roles and Authorities/23 - @PreAuthorize Annotation Example.mp4 14.4 MB
- 22 - Implementing Password Reset Feature/4 - Generating Password Reset Token.mp4 14.3 MB
- 18 - Object Relationships @OneToMany Relationship/17 - Trying How the Get List of Addresses Works.mp4 14.1 MB
- 2 - Download, Install and run MySQL Database on Local Computer/5 - Connect to MySQL Database using MySQL WorkBench.mp4 13.7 MB
- 4 - Getting Started. Creating a New Project/2 - Creating a new Spring project using Spring Boot Initializr.mp4 13.5 MB
- 32 - Swagger. Creating Interactive Documentation/2 - Add Swagger Dependencies.mp4 13.5 MB
- 7 - Implementing User Sign up/2 - Implementing the Create User Request Model class.mp4 13.4 MB
- 27 - Testing RESTful Web Services with Rest Assured/13 - JUnit Test Methods ordering with @FixMethodOrder.mp4 13.4 MB
- 24 - Testing Rest Controller Methods with JUnit 5/3 - Asserting with assertNotNull, assertEquals and assertTrue.mp4 13.3 MB
- 7 - Implementing User Sign up/10 - Autowire UserRepository into Service class.mp4 13.1 MB
- 22 - Implementing Password Reset Feature/9 - Password Reset HTML Page Add Input fields.mp4 13.1 MB
- 20 - HATEOAS. Spring Boot v. 2.3.0.RELEASE/4 - Adding Links. Entity Model.mp4 13.1 MB
- 7 - Implementing User Sign up/9 - Implementing UsersRepository class.mp4 13.0 MB
- 17 - Deploying to Amazon Cloud. AWS EC2/12 - Deploy Our Web Service App on Apache Tomcat.mp4 13.0 MB
- 13 - Update User Details API Call/3 - Trying the Update User Details API Call.mp4 13.0 MB
- 12 - Exceptions Handling/3 - Implementing UserServiceException.mp4 12.4 MB
- 33 - Spring Security Roles and Authorities/20 - Method Level Security Introduction.mp4 12.4 MB
- 28 - Using Native SQL Queries/2 - Native SELECT SQL Query Example.mp4 12.3 MB
- 24 - Testing Rest Controller Methods with JUnit 5/1 - Create a New Test Case.mp4 12.3 MB
- 27 - Testing RESTful Web Services with Rest Assured/3 - Creating a new maven project.mp4 12.2 MB
- 10 - Implementing Get User Details Web Service Endpoint/2 - Implement Service layer method.mp4 11.8 MB
- 18 - Object Relationships @OneToMany Relationship/8 - Add @OneToMany to UserEntity class.mp4 11.7 MB
- 18 - Object Relationships @OneToMany Relationship/4 - Creating AddressDTO.mp4 11.4 MB
- 17 - Deploying to Amazon Cloud. AWS EC2/13 - Sending HTTP Request to a WebService Deployed on a Remote Server.mp4 11.4 MB
- 18 - Object Relationships @OneToMany Relationship/1 - Introduction @OneToOne, @OneToMany, @ManyToOne.mp4 11.1 MB
- 27 - Testing RESTful Web Services with Rest Assured/6 - Create User API Call Setting Request URL, Context Path and a Port number.mp4 11.1 MB
- 14 - Delete User API Call/2 - Implementing Service Layer Method.mp4 10.8 MB
- 17 - Deploying to Amazon Cloud. AWS EC2/11 - Create Database and Add Database User.mp4 10.6 MB
- 8 - Spring Security for User Sign-up/2 - Encrypt User Password.mp4 10.1 MB
- 22 - Implementing Password Reset Feature/7 - Make the password-reset-request Public.mp4 10.1 MB
- 7 - Implementing User Sign up/6 - Implementing Service class method.mp4 9.7 MB
- 18 - Object Relationships @OneToMany Relationship/14 - Get List of Addresses Service Interface.mp4 9.6 MB
- 1 - Introduction/6 - HTTP Headers Accept and Content Type.mp4 9.5 MB
- 22 - Implementing Password Reset Feature/15 - Making Password Rest URL Public.mp4 9.4 MB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/3 - Verify Email Address with Amazon SES.mp4 9.4 MB
- 18 - Object Relationships @OneToMany Relationship/15 - Get List of Addresses Service Interface Implementation.mp4 9.3 MB
- 2 - Download, Install and run MySQL Database on Local Computer/6 - MySQL WorkBench brief overview.mp4 9.3 MB
- 6 - Adding MySQL Database Support/2 - Configure MySQL Database Access Details.mp4 9.1 MB
- 18 - Object Relationships @OneToMany Relationship/9 - Generate Public Address Id.mp4 8.9 MB
- 15 - Pagination and Get Users API Call/1 - The Get Users Request URL.mp4 8.8 MB
- 7 - Implementing User Sign up/5 - Making use of UserRest and UserDto in RestController.mp4 8.8 MB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/9 - Spring Security. Make Email Verification a Public Web Service Endpoint.mp4 8.7 MB
- 17 - Deploying to Amazon Cloud. AWS EC2/5 - Configure remote access to Manager app.mp4 8.4 MB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/8 - Add AWS Java SDK SES Maven Dependency.mp4 8.4 MB
- 5 - Quick Start/2 - Adding Methods to Handle POST, GET, PUT, DELETE HTTP requests.mp4 8.4 MB
- 33 - Spring Security Roles and Authorities/8 - Create Role Repository.mp4 8.1 MB
- 18 - Object Relationships @OneToMany Relationship/2 - Add List of Addresses to JSON Payload.mp4 8.0 MB
- 20 - HATEOAS. Spring Boot v. 2.3.0.RELEASE/2 - Adding HATEOAS support to our project.mp4 7.9 MB
- 33 - Spring Security Roles and Authorities/19 - hasAnyRole() and hasAnyAuthority().mp4 7.9 MB
- 1 - Introduction/5 - HTTP Methods GET, POST, DELETE and PUT.mp4 7.7 MB
- 26 - H2 In-Memory Database/1 - What is H2 In-memory Database and Why Using It.mp4 7.7 MB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/20 - Reading JavaScript URL Request Parameters.mp4 7.5 MB
- 33 - Spring Security Roles and Authorities/1 - Introduction to Roles and Authorities.mp4 7.1 MB
- 22 - Implementing Password Reset Feature/10 - Password Reset HTML Page Add jQuery.mp4 7.0 MB
- 30 - Cross Origin AJAX HTTP Requests. CORS/1 - Do I Need To Enable CORS.mp4 6.8 MB
- 32 - Swagger. Creating Interactive Documentation/3 - Create Swagger Configuration File.mp4 6.8 MB
- 9 - Spring Security for User Sign-in/3 - Implementing SecurityConstants class.mp4 6.7 MB
- 33 - Spring Security Roles and Authorities/3 - Database Tables Design.mp4 6.7 MB
- 5 - Quick Start/1 - Create Users Rest Controller class.mp4 6.7 MB
- 9 - Spring Security for User Sign-in/10 - Making Your REST API Stateless.mp4 6.2 MB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/17 - Create a new Web Project.mp4 6.2 MB
- 7 - Implementing User Sign up/1 - Adding method to handle HTTP Post Request.mp4 6.2 MB
- 34 - Next steps/1 - What's next.mp4 6.2 MB
- 27 - Testing RESTful Web Services with Rest Assured/5 - Create User API Call Creating a Test Method.mp4 5.7 MB
- 11 - Adding XML Support & JSON Support/1 - Update POM.XML.mp4 5.5 MB
- 1 - Introduction/7 - Introduction to Web Service Application Layers.mp4 5.3 MB
- 9 - Spring Security for User Sign-in/1 - Implementing User Sign-in Request Model.mp4 5.1 MB
- 33 - Spring Security Roles and Authorities/21 - Enable Global Method Security.mp4 4.9 MB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/12 - The findUserByEmailVerificationToken() Data Layer Function.mp4 4.8 MB
- 33 - Spring Security Roles and Authorities/18 - Configure HttpSecurity to Use the DELETE_AUTHORITY.mp4 4.8 MB
- 28 - Using Native SQL Queries/1 - Introduction. What If You Need to Run SQL Query.mp4 4.8 MB
- 33 - Spring Security Roles and Authorities/9 - Create Authority Repository.mp4 4.6 MB
- 1 - Introduction/8 - A few suggestions.mp4 4.6 MB
- 32 - Swagger. Creating Interactive Documentation/1 - Introduction.mp4 4.5 MB
- 23 - Testing Service Layer Code with JUnit 5 & Mockito/1 - Introduction to Testing with JUnit & Mockito.mp4 4.5 MB
- 20 - HATEOAS. Spring Boot v. 2.3.0.RELEASE/1 - Introduction.mp4 4.5 MB
- 26 - H2 In-Memory Database/5 - Protect the H2 In-Memory Database with a Password.mp4 4.4 MB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/5 - Submit Support Ticket to Increate Sending Limits.mp4 4.3 MB
- 19 - HATEOAS. Spring Boot v. 2.0.1/2 - Introduction.mp4 4.2 MB
- 27 - Testing RESTful Web Services with Rest Assured/2 - Introduction.mp4 3.8 MB
- 27 - Testing RESTful Web Services with Rest Assured/16 - Get User Details API Call Use the pathParam().mp4 3.8 MB
- 7 - Implementing User Sign up/8 - Set Default Value for Email Verification Status field.mp4 3.3 MB
- 33 - Spring Security Roles and Authorities/10 - Creating Initial Roles, Authorities and Admin User.mp4 3.3 MB
- 29 - Using Java Persistence Query Language(JPQL)/1 - JPQL Introduction.mp4 3.1 MB
- 32 - Swagger. Creating Interactive Documentation/10 - Share Your API with Others.mp4 2.4 MB
- 19 - HATEOAS. Spring Boot v. 2.0.1/1 - Important house keeping message.mp4 2.3 MB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/7 - Creating Shared Credentials File.mp4 835.7 KB
- 32 - Swagger. Creating Interactive Documentation/7 - Add login endpoint_en.srt 20.2 KB
- 17 - Deploying to Amazon Cloud. AWS EC2/1 - Startup Your Own Amazon EC2 Linux Server_en.vtt 19.7 KB
- 16 - Deploying Your App/5 - Install Apache Tomcat on Windows_en.srt 17.6 KB
- 23 - Testing Service Layer Code with JUnit 5 & Mockito/9 - The testCreateUser() method. Adding more code_en.srt 17.2 KB
- 30 - Cross Origin AJAX HTTP Requests. CORS/5 - Spring Security Configuration for CORS_en.srt 15.3 KB
- 33 - Spring Security Roles and Authorities/27 - Assign ROLE_USER to a Regular User_en.srt 15.0 KB
- 33 - Spring Security Roles and Authorities/15 - Create User Principal Class_en.srt 14.9 KB
- 1 - Introduction/4 - Resource and Collection URIs_en.srt 13.9 KB
- 1 - Introduction/3 - Postman overview_en.srt 13.7 KB
- 20 - HATEOAS. Spring Boot v. 2.3.0.RELEASE/3 - Adding Links. Representation Model_en.srt 13.6 KB
- 9 - Spring Security for User Sign-in/6 - Add public User ID to a Response Header_en.srt 13.1 KB
- 22 - Implementing Password Reset Feature/11 - Password Reset HTML Page Add the saveNewPassword() function_en.srt 13.0 KB
- 33 - Spring Security Roles and Authorities/17 - Configure HttpSecurity to Use the ADMIN Role_en.srt 12.2 KB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/24 - Adding Code to Send Email_en.srt 12.0 KB
- 9 - Spring Security for User Sign-in/11 - Reading Token Secret from a property file_en.srt 11.8 KB
- 9 - Spring Security for User Sign-in/4 - Implementing Authentication Filter_en.srt 11.8 KB
- 23 - Testing Service Layer Code with JUnit 5 & Mockito/7 - The testCreateUser() method. Mocking Objects_en.srt 11.8 KB
- 28 - Using Native SQL Queries/3 - JUnit Test to test Native SELECT SQL Query_en.srt 11.7 KB
- 8 - Spring Security for User Sign-up/3 - Make the Sign-up Web Service Endpoint Public_en.srt 11.3 KB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/22 - Deploying REST API and Email Verification Service to a Local Tomcat_en.srt 11.2 KB
- 17 - Deploying to Amazon Cloud. AWS EC2/4 - Download & Install Apache Tomcat on AWS EC2 Linux Server_en.vtt 11.0 KB
- 19 - HATEOAS. Spring Boot v. 2.0.1/4 - Adding Links to the AddressRest Model_en.srt 10.7 KB
- 23 - Testing Service Layer Code with JUnit 5 & Mockito/4 - Mocking Objects with Mockito @Mock_en.srt 10.6 KB
- 27 - Testing RESTful Web Services with Rest Assured/18 - Update User Details API Call Create Test Method & HTTP Request_en.srt 10.5 KB
- 26 - H2 In-Memory Database/2 - H2 Database Console Preview_en.srt 10.5 KB
- 22 - Implementing Password Reset Feature/14 - Password Reset Service Layer Method_en.srt 10.2 KB
- 28 - Using Native SQL Queries/4 - Native SQL Query with Positional Parameters_en.srt 10.1 KB
- 11 - Adding XML Support & JSON Support/2 - Responding with XML or JSON_en.srt 10.1 KB
- 23 - Testing Service Layer Code with JUnit 5 & Mockito/10 - doNothing(). Exclude Integration Code from Unit Test_en.srt 10.1 KB
- 27 - Testing RESTful Web Services with Rest Assured/9 - Create User API Call Verify JSON Array with a list of Addresses_en.srt 10.1 KB
- 9 - Spring Security for User Sign-in/8 - Implementing Authorization Filter_en.srt 10.0 KB
- 33 - Spring Security Roles and Authorities/2 - Authentication vs Authorization_en.srt 9.9 KB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/23 - Trying Email Verification Feature on Local Server_en.srt 9.8 KB
- 22 - Implementing Password Reset Feature/17 - Trying How Password Reset Works_en.srt 9.7 KB
- 18 - Object Relationships @OneToMany Relationship/13 - Get List of Addresses Web Service Endpoint_en.srt 9.7 KB
- 28 - Using Native SQL Queries/9 - UPDATE SQL Query Example_en.srt 9.6 KB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/26 - Trying Email Verification on Remote Server_en.srt 9.5 KB
- 30 - Cross Origin AJAX HTTP Requests. CORS/3 - Enable Cross Origin Requests in Rest Controller_en.srt 9.4 KB
- 17 - Deploying to Amazon Cloud. AWS EC2/4 - Download & Install Apache Tomcat on AWS EC2 Linux Server_en.srt 9.3 KB
- 19 - HATEOAS. Spring Boot v. 2.0.1/7 - Applying HAL Format_en.srt 9.3 KB
- 22 - Implementing Password Reset Feature/8 - Trying How Password Reset Request Works_en.srt 9.3 KB
- 22 - Implementing Password Reset Feature/6 - Update AmazonSES Class with Code that Sends Email_en.srt 9.2 KB
- 27 - Testing RESTful Web Services with Rest Assured/7 - Create User API Call Create HTTP Post Request and Validate Response_en.srt 9.1 KB
- 32 - Swagger. Creating Interactive Documentation/6 - Add Authorization Header_en.srt 9.1 KB
- 27 - Testing RESTful Web Services with Rest Assured/11 - User Login API Call Create Test Method_en.srt 9.0 KB
- 18 - Object Relationships @OneToMany Relationship/1 - Introduction @OneToOne, @OneToMany, @ManyToOne_en.vtt 8.8 KB
- 32 - Swagger. Creating Interactive Documentation/8 - Upading API Documentation Information_en.srt 8.8 KB
- 18 - Object Relationships @OneToMany Relationship/16 - Get List of Addresses Spring Data JPA Interface_en.srt 8.8 KB
- 23 - Testing Service Layer Code with JUnit 5 & Mockito/8 - Testing the createUser() Service Method_en.srt 8.7 KB
- 26 - H2 In-Memory Database/3 - Adding Support for the H2 Database_en.vtt 8.7 KB
- 33 - Spring Security Roles and Authorities/14 - Create User with Admin Role_en.srt 8.7 KB
- 27 - Testing RESTful Web Services with Rest Assured/19 - Update User Details API Call Validating HTTP Response_en.srt 8.5 KB
- 33 - Spring Security Roles and Authorities/13 - Creating Roles ROLE_ADMIN, ROLE_USER_en.srt 8.5 KB
- 23 - Testing Service Layer Code with JUnit 5 & Mockito/5 - JUnit 5 Assertions. Asserting Successful Method Execution_en.srt 8.5 KB
- 23 - Testing Service Layer Code with JUnit 5 & Mockito/5 - JUnit 5 Assertions. Asserting Successful Method Execution_en.vtt 8.4 KB
- 28 - Using Native SQL Queries/8 - Select Specific Columns from a Table_en.srt 8.3 KB
- 12 - Exceptions Handling/4 - Handle a Specific Exception_en.srt 8.1 KB
- 7 - Implementing User Sign up/13 - Check if user already exists_en.srt 8.1 KB
- 30 - Cross Origin AJAX HTTP Requests. CORS/2 - Send HTTP Request to Reproduce Cross Origin Issue_en.vtt 8.1 KB
- 17 - Deploying to Amazon Cloud. AWS EC2/1 - Startup Your Own Amazon EC2 Linux Server_en.srt 8.0 KB
- 25 - JUnit Integration Test. Testing JWT Tokens and UserId/3 - Test If JWT Token Has Not Expired_en.srt 8.0 KB
- 29 - Using Java Persistence Query Language(JPQL)/4 - JPQL Update SQL Query_en.srt 8.0 KB
- 27 - Testing RESTful Web Services with Rest Assured/4 - Add support for Rest Assured and JUnit 5 to your project_en.vtt 8.0 KB
- 24 - Testing Rest Controller Methods with JUnit 5/2 - Create Mock Objects and Configure Methods Behaviour_en.srt 8.0 KB
- 18 - Object Relationships @OneToMany Relationship/18 - API Call to Get a Single Address Details_en.srt 7.9 KB
- 22 - Implementing Password Reset Feature/5 - Create PasswordResetTokenEntity & Password Reset Repository_en.srt 7.9 KB
- 2 - Download, Install and run MySQL Database on Local Computer/3 - Creating MySQL Database and a new User_en.srt 7.8 KB
- 32 - Swagger. Creating Interactive Documentation/4 - Enable Swagger URLs and View JSON Documentation_en.srt 7.8 KB
- 29 - Using Java Persistence Query Language(JPQL)/2 - JPQL Select SQL Query_en.srt 7.8 KB
- 4 - Getting Started. Creating a New Project/1 - Create new Spring Boot Project with Spring Tool Suite_en.srt 7.7 KB
- 7 - Implementing User Sign up/11 - Trying how the User Sign up works_en.srt 7.7 KB
- 33 - Spring Security Roles and Authorities/16 - Update Authentication and Authorization Filters_en.srt 7.7 KB
- 33 - Spring Security Roles and Authorities/1 - Introduction to Roles and Authorities_en.srt 7.6 KB
- 27 - Testing RESTful Web Services with Rest Assured/8 - Create User API Call Running a Test Case_en.srt 7.6 KB
- 22 - Implementing Password Reset Feature/9 - Password Reset HTML Page Add Input fields_en.srt 7.6 KB
- 25 - JUnit Integration Test. Testing JWT Tokens and UserId/1 - Create a new JUnit Integration Test Case_en.srt 7.5 KB
- 33 - Spring Security Roles and Authorities/4 - User Roles @ManyToMany Mapping for User Entity_en.srt 7.5 KB
- 7 - Implementing User Sign up/7 - Implementing UserEntity class_en.srt 7.4 KB
- 18 - Object Relationships @OneToMany Relationship/7 - Create AddressEntity class_en.vtt 7.4 KB
- 7 - Implementing User Sign up/14 - Generate User Public ID_en.srt 7.4 KB
- 7 - Implementing User Sign up/3 - Implementing Create User Response Model_en.srt 7.3 KB
- 13 - Update User Details API Call/1 - Update User Details Resource Method_en.srt 7.2 KB
- 9 - Spring Security for User Sign-in/5 - Trying how user Sign-in works_en.srt 7.2 KB
- 2 - Download, Install and run MySQL Database on Local Computer/2 - Start MySQL Server and Login_en.srt 7.2 KB
- 15 - Pagination and Get Users API Call/4 - Trying the Get Users API Call_en.srt 7.1 KB
- 15 - Pagination and Get Users API Call/2 - The Get Users Resource Method_en.srt 7.1 KB
- 33 - Spring Security Roles and Authorities/24 - Accessing Principal Object and Method Argument_en.srt 7.1 KB
- 10 - Implementing Get User Details Web Service Endpoint/4 - Trying the Get User Details API Call_en.srt 7.0 KB
- 33 - Spring Security Roles and Authorities/26 - @PostAuthorize Annotation Example_en.vtt 7.0 KB
- 15 - Pagination and Get Users API Call/3 - Get Users Service Layer Method_en.srt 7.0 KB
- 3 - Setup Development Environment/1 - Install Java Platform (JDK)_en.srt 7.0 KB
- 33 - Spring Security Roles and Authorities/12 - Creating Authorities READ, WRITE, DELETE_en.srt 6.9 KB
- 13 - Update User Details API Call/2 - Implementing Service Layer Method_en.srt 6.9 KB
- 17 - Deploying to Amazon Cloud. AWS EC2/9 - Installing MySQL on AWS Linux 2 AMI_en.srt 6.9 KB
- 28 - Using Native SQL Queries/7 - Using Advanced LIKE Expressions_en.srt 6.8 KB
- 33 - Spring Security Roles and Authorities/7 - Create AuthorityEntity_en.srt 6.8 KB
- 23 - Testing Service Layer Code with JUnit 5 & Mockito/6 - JUnit 5. Expect an Exception with assertThrows()_en.srt 6.8 KB
- 32 - Swagger. Creating Interactive Documentation/5 - View API Documentation In Swagger UI_en.srt 6.7 KB
- 7 - Implementing User Sign up/9 - Implementing UsersRepository class_en.srt 6.7 KB
- 6 - Adding MySQL Database Support/1 - Update POM.XML file_en.vtt 6.7 KB
- 14 - Delete User API Call/1 - Delete User Resource Method_en.srt 6.7 KB
- 27 - Testing RESTful Web Services with Rest Assured/14 - Get User Details API Call Create Test method_en.srt 6.6 KB
- 12 - Exceptions Handling/2 - Implementing ErrorMessages enum_en.srt 6.6 KB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/16 - Trying How it works_en.srt 6.5 KB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/3 - Verify Email Address with Amazon SES_en.srt 6.5 KB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/4 - Moving Out of AWS SES Sandbox_en.srt 6.5 KB
- 23 - Testing Service Layer Code with JUnit 5 & Mockito/3 - Creating a new JUnit 5 Test Case_en.srt 6.4 KB
- 8 - Spring Security for User Sign-up/1 - Adding Spring Security to our project_en.srt 6.4 KB
- 2 - Download, Install and run MySQL Database on Local Computer/5 - Connect to MySQL Database using MySQL WorkBench_en.srt 6.4 KB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/19 - Creating Email Verification Service Web Page_en.srt 6.4 KB
- 33 - Spring Security Roles and Authorities/22 - @Secured Annotation Example_en.srt 6.4 KB
- 20 - HATEOAS. Spring Boot v. 2.3.0.RELEASE/6 - Returning a collection of resources with CollectionModel_en.vtt 6.3 KB
- 27 - Testing RESTful Web Services with Rest Assured/20 - Delete User Details API Call Create Test Method_en.srt 6.3 KB
- 30 - Cross Origin AJAX HTTP Requests. CORS/1 - Do I Need To Enable CORS_en.vtt 6.3 KB
- 30 - Cross Origin AJAX HTTP Requests. CORS/4 - Global CORS configuration_en.srt 6.3 KB
- 25 - JUnit Integration Test. Testing JWT Tokens and UserId/4 - Test the Expired JWT Token_en.srt 6.3 KB
- 18 - Object Relationships @OneToMany Relationship/10 - Updating Service class Java code_en.srt 6.3 KB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/2 - Introduction_en.srt 6.3 KB
- 26 - H2 In-Memory Database/4 - Sign in to H2 In-Memory Database_en.srt 6.3 KB
- 18 - Object Relationships @OneToMany Relationship/7 - Create AddressEntity class_en.srt 6.2 KB
- 27 - Testing RESTful Web Services with Rest Assured/12 - User Login API Call Run Test Method_en.srt 6.2 KB
- 12 - Exceptions Handling/6 - Handle All Other Exceptions_en.srt 6.2 KB
- 19 - HATEOAS. Spring Boot v. 2.0.1/5 - Using the methodOn()_en.srt 6.1 KB
- 22 - Implementing Password Reset Feature/2 - Password Reset Request RestController Method_en.srt 6.1 KB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/10 - The verifyEmailToken() RestController Method_en.srt 6.1 KB
- 27 - Testing RESTful Web Services with Rest Assured/3 - Creating a new maven project_en.srt 6.0 KB
- 28 - Using Native SQL Queries/2 - Native SELECT SQL Query Example_en.srt 6.0 KB
- 17 - Deploying to Amazon Cloud. AWS EC2/2 - Connect To Your Server via SSH_en.srt 6.0 KB
- 17 - Deploying to Amazon Cloud. AWS EC2/10 - Install MariaDb Server on EC2 Linux 2 AMI_en.srt 6.0 KB
- 22 - Implementing Password Reset Feature/1 - Introduction_en.srt 6.0 KB
- 9 - Spring Security for User Sign-in/2 - Implementing Load User By Username_en.srt 6.0 KB
- 10 - Implementing Get User Details Web Service Endpoint/1 - Get User Details Resource Method_en.srt 6.0 KB
- 18 - Object Relationships @OneToMany Relationship/11 - Trying How it Works Creating a new User record_en.srt 5.9 KB
- 11 - Adding XML Support & JSON Support/3 - Consuming XML or JSON_en.srt 5.9 KB
- 20 - HATEOAS. Spring Boot v. 2.3.0.RELEASE/5 - Building links with methodOn()_en.vtt 5.9 KB
- 2 - Download, Install and run MySQL Database on Local Computer/6 - MySQL WorkBench brief overview_en.srt 5.9 KB
- 27 - Testing RESTful Web Services with Rest Assured/13 - JUnit Test Methods ordering with @FixMethodOrder_en.srt 5.9 KB
- 14 - Delete User API Call/3 - Trying the Delete User API Call_en.srt 5.9 KB
- 7 - Implementing User Sign up/10 - Autowire UserRepository into Service class_en.srt 5.8 KB
- 22 - Implementing Password Reset Feature/3 - Password Reset Request Service Layer Method_en.srt 5.8 KB
- 32 - Swagger. Creating Interactive Documentation/9 - Web Service Endpoints Additional Information_en.srt 5.8 KB
- 28 - Using Native SQL Queries/5 - Native SQL Query with Named Parameters_en.srt 5.8 KB
- 7 - Implementing User Sign up/4 - Implementing the UserDto_en.srt 5.8 KB
- 16 - Deploying Your App/3 - Run Your App as a Java application_en.srt 5.8 KB
- 32 - Swagger. Creating Interactive Documentation/11 - Share Swagger UI URL_en.srt 5.7 KB
- 6 - Adding MySQL Database Support/2 - Configure MySQL Database Access Details_en.srt 5.7 KB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/14 - Generate and Save the Email Verification Token_en.srt 5.7 KB
- 19 - HATEOAS. Spring Boot v. 2.0.1/6 - Adding Links to a Get Addresses API Call_en.srt 5.6 KB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/25 - Deploying Email Verification to a Remote Amazon EC2 Linux Server_en.srt 5.6 KB
- 16 - Deploying Your App/9 - Deploying Your Web Service to Apache Tomcat_en.srt 5.6 KB
- 1 - Introduction/7 - Introduction to Web Service Application Layers_en.srt 5.6 KB
- 23 - Testing Service Layer Code with JUnit 5 & Mockito/2 - Test Cases Source Code and Test Libraries Dependency_en.srt 5.6 KB
- 16 - Deploying Your App/2 - Create Context Path to Your Web Service_en.srt 5.6 KB
- 6 - Adding MySQL Database Support/1 - Update POM.XML file_en.srt 5.5 KB
- 23 - Testing Service Layer Code with JUnit 5 & Mockito/1 - Introduction to Testing with JUnit & Mockito_en.srt 5.4 KB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/15 - Prevent Users with Unverified Email Address to Login_en.srt 5.4 KB
- 33 - Spring Security Roles and Authorities/20 - Method Level Security Introduction_en.vtt 5.3 KB
- 27 - Testing RESTful Web Services with Rest Assured/15 - Get User Details API Call Validating List of Addresses_en.srt 5.3 KB
- 16 - Deploying Your App/4 - Generating WAR file_en.srt 5.3 KB
- 22 - Implementing Password Reset Feature/16 - Deploying RESTful Web Service and the Verification Service App_en.vtt 5.3 KB
- 5 - Quick Start/3 - Running Web Service Application_en.srt 5.2 KB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/6 - Create AWS IAM Access Credentials_en.srt 5.2 KB
- 17 - Deploying to Amazon Cloud. AWS EC2/11 - Create Database and Add Database User_en.srt 5.1 KB
- 27 - Testing RESTful Web Services with Rest Assured/2 - Introduction_en.srt 5.0 KB
- 22 - Implementing Password Reset Feature/13 - Password Reset RestController Method_en.srt 5.0 KB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/13 - Checking if Email Verification Token Has Expired_en.srt 5.0 KB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/21 - The verifyToken() AJAX HTTP Get Request_en.srt 5.0 KB
- 25 - JUnit Integration Test. Testing JWT Tokens and UserId/2 - Test the Generate UserId Method_en.srt 5.0 KB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/11 - The verifyEmailToken() Service Layer Function_en.srt 4.9 KB
- 1 - Introduction/8 - A few suggestions_en.srt 4.9 KB
- 4 - Getting Started. Creating a New Project/2 - Creating a new Spring project using Spring Boot Initializr_en.vtt 4.9 KB
- 1 - Introduction/6 - HTTP Headers Accept and Content Type_en.srt 4.9 KB
- 26 - H2 In-Memory Database/6 - API Call to Create a New User and Preview User Details in an In-Memory Database_en.srt 4.8 KB
- 23 - Testing Service Layer Code with JUnit 5 & Mockito/11 - Assert an Exception is thrown in the createUser() method_en.srt 4.8 KB
- 33 - Spring Security Roles and Authorities/5 - Create RoleEntity_en.vtt 4.8 KB
- 7 - Implementing User Sign up/12 - Preventing Duplicate Entries with @Column(unique=true)_en.srt 4.7 KB
- 26 - H2 In-Memory Database/1 - What is H2 In-memory Database and Why Using It_en.srt 4.7 KB
- 34 - Next steps/1 - What's next_en.srt 4.7 KB
- 29 - Using Java Persistence Query Language(JPQL)/3 - JPQL Query to Select Specific Fields Only_en.srt 4.7 KB
- 18 - Object Relationships @OneToMany Relationship/2 - Add List of Addresses to JSON Payload_en.srt 4.6 KB
- 22 - Implementing Password Reset Feature/4 - Generating Password Reset Token_en.srt 4.6 KB
- 18 - Object Relationships @OneToMany Relationship/3 - Add List of Addresses to a UserDetailsRequestModel_en.srt 4.5 KB
- 12 - Exceptions Handling/5 - Return Custom Error Object Representation_en.srt 4.5 KB
- 10 - Implementing Get User Details Web Service Endpoint/3 - Update UserRepository_en.srt 4.5 KB
- 15 - Pagination and Get Users API Call/1 - The Get Users Request URL_en.srt 4.5 KB
- 28 - Using Native SQL Queries/6 - Log SQL Queries and Their Values in the Console_en.srt 4.5 KB
- 33 - Spring Security Roles and Authorities/25 - Trying How It Works_en.srt 4.5 KB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/18 - Download Apache Tomcat and Add to Spring STS_en.srt 4.5 KB
- 2 - Download, Install and run MySQL Database on Local Computer/1 - Downloading and Installing MySQL on MAC_en.srt 4.5 KB
- 33 - Spring Security Roles and Authorities/23 - @PreAuthorize Annotation Example_en.srt 4.4 KB
- 18 - Object Relationships @OneToMany Relationship/15 - Get List of Addresses Service Interface Implementation_en.srt 4.4 KB
- 7 - Implementing User Sign up/6 - Implementing Service class method_en.srt 4.4 KB
- 2 - Download, Install and run MySQL Database on Local Computer/4 - Downloading and Installing MySQL Workbench_en.srt 4.4 KB
- 18 - Object Relationships @OneToMany Relationship/6 - Trying if Deep Objects Mapping Works_en.srt 4.4 KB
- 33 - Spring Security Roles and Authorities/5 - Create RoleEntity_en.srt 4.3 KB
- 1 - Introduction/5 - HTTP Methods GET, POST, DELETE and PUT_en.srt 4.3 KB
- 18 - Object Relationships @OneToMany Relationship/1 - Introduction @OneToOne, @OneToMany, @ManyToOne_en.srt 4.3 KB
- 33 - Spring Security Roles and Authorities/6 - Role Authority @ManyToMany Mapping for the RoleEntity_en.srt 4.3 KB
- 20 - HATEOAS. Spring Boot v. 2.3.0.RELEASE/4 - Adding Links. Entity Model_en.vtt 4.3 KB
- 24 - Testing Rest Controller Methods with JUnit 5/3 - Asserting with assertNotNull, assertEquals and assertTrue_en.srt 4.3 KB
- 32 - Swagger. Creating Interactive Documentation/2 - Add Swagger Dependencies_en.srt 4.3 KB
- 18 - Object Relationships @OneToMany Relationship/12 - Include List of Addresses Into Response_en.srt 4.3 KB
- 17 - Deploying to Amazon Cloud. AWS EC2/12 - Deploy Our Web Service App on Apache Tomcat_en.vtt 4.3 KB
- 33 - Spring Security Roles and Authorities/3 - Database Tables Design_en.srt 4.2 KB
- 27 - Testing RESTful Web Services with Rest Assured/17 - Get User Details API Call Running Test Method_en.srt 4.2 KB
- 20 - HATEOAS. Spring Boot v. 2.3.0.RELEASE/1 - Introduction_en.srt 4.2 KB
- 17 - Deploying to Amazon Cloud. AWS EC2/3 - Update Server Software Packages and Update Java_en.srt 4.1 KB
- 7 - Implementing User Sign up/5 - Making use of UserRest and UserDto in RestController_en.srt 4.1 KB
- 20 - HATEOAS. Spring Boot v. 2.3.0.RELEASE/7 - Adding links to embedded list of addresses_en.srt 4.0 KB
- 20 - HATEOAS. Spring Boot v. 2.3.0.RELEASE/7 - Adding links to embedded list of addresses_en.vtt 4.0 KB
- 18 - Object Relationships @OneToMany Relationship/17 - Trying How the Get List of Addresses Works_en.srt 4.0 KB
- 18 - Object Relationships @OneToMany Relationship/5 - A Better Way of Mapping DTO to an Entity and Entity to a DTO_en.srt 4.0 KB
- 12 - Exceptions Handling/3 - Implementing UserServiceException_en.srt 3.9 KB
- 22 - Implementing Password Reset Feature/12 - Add Content Type HTTP Header_en.srt 3.9 KB
- 17 - Deploying to Amazon Cloud. AWS EC2/13 - Sending HTTP Request to a WebService Deployed on a Remote Server_en.srt 3.9 KB
- 20 - HATEOAS. Spring Boot v. 2.3.0.RELEASE/4 - Adding Links. Entity Model_en.srt 3.8 KB
- 7 - Implementing User Sign up/2 - Implementing the Create User Request Model class_en.srt 3.8 KB
- 10 - Implementing Get User Details Web Service Endpoint/2 - Implement Service layer method_en.srt 3.8 KB
- 9 - Spring Security for User Sign-in/7 - Customize User Authentication URL_en.srt 3.7 KB
- 33 - Spring Security Roles and Authorities/10 - Creating Initial Roles, Authorities and Admin User_en.srt 3.7 KB
- 17 - Deploying to Amazon Cloud. AWS EC2/6 - Configure Apache Tomcat Users_en.srt 3.7 KB
- 16 - Deploying Your App/7 - Starting and Stopping Apache Tomcat_en.srt 3.6 KB
- 19 - HATEOAS. Spring Boot v. 2.0.1/2 - Introduction_en.srt 3.6 KB
- 16 - Deploying Your App/8 - Creating a new Apache Tomcat User_en.srt 3.6 KB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/20 - Reading JavaScript URL Request Parameters_en.srt 3.5 KB
- 18 - Object Relationships @OneToMany Relationship/4 - Creating AddressDTO_en.srt 3.5 KB
- 20 - HATEOAS. Spring Boot v. 2.3.0.RELEASE/6 - Returning a collection of resources with CollectionModel_en.srt 3.5 KB
- 24 - Testing Rest Controller Methods with JUnit 5/1 - Create a New Test Case_en.srt 3.5 KB
- 27 - Testing RESTful Web Services with Rest Assured/10 - User Login API Call Create Test Class_en.srt 3.5 KB
- 20 - HATEOAS. Spring Boot v. 2.3.0.RELEASE/5 - Building links with methodOn()_en.srt 3.5 KB
- 18 - Object Relationships @OneToMany Relationship/8 - Add @OneToMany to UserEntity class_en.srt 3.5 KB
- 12 - Exceptions Handling/1 - Introduction_en.srt 3.5 KB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/17 - Create a new Web Project_en.srt 3.5 KB
- 16 - Deploying Your App/1 - Running Your Web Services App without STS_en.srt 3.5 KB
- 27 - Testing RESTful Web Services with Rest Assured/6 - Create User API Call Setting Request URL, Context Path and a Port number_en.srt 3.5 KB
- 8 - Spring Security for User Sign-up/2 - Encrypt User Password_en.srt 3.4 KB
- 9 - Spring Security for User Sign-in/3 - Implementing SecurityConstants class_en.srt 3.4 KB
- 17 - Deploying to Amazon Cloud. AWS EC2/8 - Download and Install MySQL Server on EC2 Linux Server_en.srt 3.4 KB
- 13 - Update User Details API Call/3 - Trying the Update User Details API Call_en.srt 3.4 KB
- 5 - Quick Start/1 - Create Users Rest Controller class_en.srt 3.3 KB
- 5 - Quick Start/2 - Adding Methods to Handle POST, GET, PUT, DELETE HTTP requests_en.srt 3.3 KB
- 28 - Using Native SQL Queries/1 - Introduction. What If You Need to Run SQL Query_en.srt 3.3 KB
- 14 - Delete User API Call/2 - Implementing Service Layer Method_en.srt 3.3 KB
- 33 - Spring Security Roles and Authorities/11 - Create InitialUsersSetup Class_en.srt 3.2 KB
- 33 - Spring Security Roles and Authorities/8 - Create Role Repository_en.srt 3.2 KB
- 27 - Testing RESTful Web Services with Rest Assured/5 - Create User API Call Creating a Test Method_en.srt 3.2 KB
- 27 - Testing RESTful Web Services with Rest Assured/21 - Delete User Details API Call Run Test Method_en.srt 3.1 KB
- 19 - HATEOAS. Spring Boot v. 2.0.1/3 - Adding HATEOAS Support to Our Project_en.vtt 3.1 KB
- 32 - Swagger. Creating Interactive Documentation/1 - Introduction_en.srt 3.1 KB
- 17 - Deploying to Amazon Cloud. AWS EC2/5 - Configure remote access to Manager app_en.srt 3.1 KB
- 9 - Spring Security for User Sign-in/9 - Trying how User Authorization works_en.srt 3.0 KB
- 22 - Implementing Password Reset Feature/7 - Make the password-reset-request Public_en.srt 2.9 KB
- 29 - Using Java Persistence Query Language(JPQL)/1 - JPQL Introduction_en.srt 2.9 KB
- 16 - Deploying Your App/6 - Downloading Apache Tomcat on Mac_en.srt 2.9 KB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/9 - Spring Security. Make Email Verification a Public Web Service Endpoint_en.srt 2.9 KB
- 26 - H2 In-Memory Database/5 - Protect the H2 In-Memory Database with a Password_en.srt 2.9 KB
- 18 - Object Relationships @OneToMany Relationship/9 - Generate Public Address Id_en.srt 2.9 KB
- 32 - Swagger. Creating Interactive Documentation/3 - Create Swagger Configuration File_en.vtt 2.8 KB
- 1 - Introduction/2 - Install HTTP client Postman_en.srt 2.8 KB
- 7 - Implementing User Sign up/1 - Adding method to handle HTTP Post Request_en.srt 2.8 KB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/5 - Submit Support Ticket to Increate Sending Limits_en.srt 2.7 KB
- 22 - Implementing Password Reset Feature/10 - Password Reset HTML Page Add jQuery_en.srt 2.7 KB
- 22 - Implementing Password Reset Feature/16 - Deploying RESTful Web Service and the Verification Service App_en.srt 2.7 KB
- 9 - Spring Security for User Sign-in/10 - Making Your REST API Stateless_en.srt 2.7 KB
- 33 - Spring Security Roles and Authorities/19 - hasAnyRole() and hasAnyAuthority()_en.srt 2.5 KB
- 22 - Implementing Password Reset Feature/15 - Making Password Rest URL Public_en.srt 2.5 KB
- 4 - Getting Started. Creating a New Project/2 - Creating a new Spring project using Spring Boot Initializr_en.srt 2.5 KB
- 3 - Setup Development Environment/2 - Download and Install Spring Tool Suite(STS)_en.srt 2.4 KB
- 20 - HATEOAS. Spring Boot v. 2.3.0.RELEASE/2 - Adding HATEOAS support to our project_en.srt 2.4 KB
- 9 - Spring Security for User Sign-in/1 - Implementing User Sign-in Request Model_en.srt 2.4 KB
- 18 - Object Relationships @OneToMany Relationship/14 - Get List of Addresses Service Interface_en.vtt 2.1 KB
- 33 - Spring Security Roles and Authorities/9 - Create Authority Repository_en.srt 2.0 KB
- 32 - Swagger. Creating Interactive Documentation/10 - Share Your API with Others_en.srt 1.9 KB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/12 - The findUserByEmailVerificationToken() Data Layer Function_en.srt 1.9 KB
- 33 - Spring Security Roles and Authorities/21 - Enable Global Method Security_en.vtt 1.8 KB
- 11 - Adding XML Support & JSON Support/1 - Update POM.XML_en.srt 1.8 KB
- 32 - Swagger. Creating Interactive Documentation/12 - Update Version 3.0 updates.html 1.7 KB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/8 - Add AWS Java SDK SES Maven Dependency_en.srt 1.6 KB
- 27 - Testing RESTful Web Services with Rest Assured/16 - Get User Details API Call Use the pathParam()_en.srt 1.6 KB
- 19 - HATEOAS. Spring Boot v. 2.0.1/1 - Important house keeping message_en.srt 1.6 KB
- 7 - Implementing User Sign up/8 - Set Default Value for Email Verification Status field_en.srt 1.5 KB
- 33 - Spring Security Roles and Authorities/18 - Configure HttpSecurity to Use the DELETE_AUTHORITY_en.srt 1.4 KB
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/7 - Creating Shared Credentials File_en.srt 927 bytes
- 31 - My Contact Details/1 - My Contact Details.html 846 bytes
- 32 - Swagger. Creating Interactive Documentation/3 - Create Swagger Configuration File_en.srt 801 bytes
- 27 - Testing RESTful Web Services with Rest Assured/4 - Add support for Rest Assured and JUnit 5 to your project_en.srt 719 bytes
- 33 - Spring Security Roles and Authorities/26 - @PostAuthorize Annotation Example_en.srt 683 bytes
- 1 - Introduction/1 - Source Code.html 654 bytes
- 18 - Object Relationships @OneToMany Relationship/14 - Get List of Addresses Service Interface_en.srt 580 bytes
- 17 - Deploying to Amazon Cloud. AWS EC2/4 - tomcat9.service 540 bytes
- 33 - Spring Security Roles and Authorities/21 - Enable Global Method Security_en.srt 511 bytes
- 17 - Deploying to Amazon Cloud. AWS EC2/7 - Important note.html 508 bytes
- 17 - Deploying to Amazon Cloud. AWS EC2/12 - Deploy Our Web Service App on Apache Tomcat_en.srt 408 bytes
- 27 - Testing RESTful Web Services with Rest Assured/1 - Source code.html 403 bytes
- 21 - Implement Email Verification Feature with AWS SES (Simple Email Service)/1 - Source Code.html 387 bytes
- 19 - HATEOAS. Spring Boot v. 2.0.1/3 - Adding HATEOAS Support to Our Project_en.srt 226 bytes
- 26 - H2 In-Memory Database/3 - Adding Support for the H2 Database_en.srt 205 bytes
- 11 - Adding XML Support & JSON Support/How you can help GetFreeCourses.Co.txt 182 bytes
- 24 - Testing Rest Controller Methods with JUnit 5/How you can help GetFreeCourses.Co.txt 182 bytes
- 30 - Cross Origin AJAX HTTP Requests. CORS/How you can help GetFreeCourses.Co.txt 182 bytes
- 5 - Quick Start/How you can help GetFreeCourses.Co.txt 182 bytes
- How you can help GetFreeCourses.Co.txt 182 bytes
- 11 - Adding XML Support & JSON Support/GetFreeCourses.Co.url 116 bytes
- 24 - Testing Rest Controller Methods with JUnit 5/GetFreeCourses.Co.url 116 bytes
- 30 - Cross Origin AJAX HTTP Requests. CORS/GetFreeCourses.Co.url 116 bytes
- 5 - Quick Start/GetFreeCourses.Co.url 116 bytes
- Download Paid Udemy Courses For Free.url 116 bytes
- GetFreeCourses.Co.url 116 bytes
- 30 - Cross Origin AJAX HTTP Requests. CORS/1 - Do I Need To Enable CORS_en.srt 0 bytes
- 30 - Cross Origin AJAX HTTP Requests. CORS/2 - Send HTTP Request to Reproduce Cross Origin Issue_en.srt 0 bytes
- 33 - Spring Security Roles and Authorities/20 - Method Level Security Introduction_en.srt 0 bytes
Download Torrent
Related Resources
Copyright Infringement
If the content above is not authorized, please contact us via anywarmservice[AT]gmail.com. Remember to include the full url in your complaint.