Filename Size 01. Introduction/1. Source Code.html 371 B 01. Introduction/2. Introduction.mp4 11.7 MB 01. Introduction/2. Introduction.vtt 4.6 KB 01. Introduction/3. Install HTTP client Postman.mp4 20.6 MB 01. Introduction/3. Install HTTP client Postman.vtt 2.4 KB 01. Introduction/4. Postman overview.mp4 65 MB 01. Introduction/4. Postman overview.vtt 11.8 KB 01. Introduction/5. Resource and Collection URIs.mp4 36.4 MB 01. Introduction/5. Resource and Collection URIs.vtt 12 KB 01. Introduction/6. HTTP Methods GET, POST, DELETE and PUT.mp4 22.2 MB 01. Introduction/6. HTTP Methods GET, POST, DELETE and PUT.vtt 3.7 KB 01. Introduction/7. HTTP Headers Accept and Content Type.mp4 23.8 MB 01. Introduction/7. HTTP Headers Accept and Content Type.vtt 4.3 KB 01. Introduction/8. Introduction to Web Service Application Layers.mp4 12.9 MB 01. Introduction/8. Introduction to Web Service Application Layers.vtt 5 KB 02. Download, Install and run MySQL Database on Local Computer/1. Downloading and Installing MySQL on MAC.mp4 33.1 MB 02. Download, Install and run MySQL Database on Local Computer/1. Downloading and Installing MySQL on MAC.vtt 3.7 KB 02. Download, Install and run MySQL Database on Local Computer/2. Start MySQL Server and Login.mp4 57.3 MB 02. Download, Install and run MySQL Database on Local Computer/2. Start MySQL Server and Login.vtt 6.2 KB 02. Download, Install and run MySQL Database on Local Computer/3. Creating MySQL Database and a new User.mp4 63.7 MB 02. Download, Install and run MySQL Database on Local Computer/3. Creating MySQL Database and a new User.vtt 6.9 KB 02. Download, Install and run MySQL Database on Local Computer/4. Downloading and Installing MySQL Workbench.mp4 28.4 MB 02. Download, Install and run MySQL Database on Local Computer/4. Downloading and Installing MySQL Workbench.vtt 3.8 KB 02. Download, Install and run MySQL Database on Local Computer/5. Connect to MySQL Database using MySQL WorkBench.mp4 49.5 MB 02. Download, Install and run MySQL Database on Local Computer/5. Connect to MySQL Database using MySQL WorkBench.vtt 5.6 KB 02. Download, Install and run MySQL Database on Local Computer/6. MySQL WorkBench brief overview.mp4 29.3 MB 02. Download, Install and run MySQL Database on Local Computer/6. MySQL WorkBench brief overview.vtt 4.9 KB 03. Setup Development Environment/1. Install Java Platform (JDK).mp4 56.2 MB 03. Setup Development Environment/1. Install Java Platform (JDK).vtt 6.2 KB 03. Setup Development Environment/2. Download and Install Spring Tool Suite(STS).mp4 24.4 MB 03. Setup Development Environment/2. Download and Install Spring Tool Suite(STS).vtt 2.1 KB 04. Getting Started. Creating a New Project/1. Create new Spring Boot Project with Spring Tool Suite.mp4 59.5 MB 04. Getting Started. Creating a New Project/1. Create new Spring Boot Project with Spring Tool Suite.vtt 6.6 KB 04. Getting Started. Creating a New Project/2. Creating a new Spring project using Spring Boot Initializr.mp4 39.3 MB 04. Getting Started. Creating a New Project/2. Creating a new Spring project using Spring Boot Initializr.vtt 4.8 KB 05. Quick Start/1. Create Users Rest Controller class.mp4 23.9 MB 05. Quick Start/1. Create Users Rest Controller class.vtt 2.8 KB 05. Quick Start/2. Adding Methods to Handle POST, GET, PUT, DELETE HTTP requests.mp4 31.6 MB 05. Quick Start/2. Adding Methods to Handle POST, GET, PUT, DELETE HTTP requests.vtt 2.7 KB 05. Quick Start/3. Running Web Service Application.mp4 49.4 MB 05. Quick Start/3. Running Web Service Application.vtt 4.6 KB 06. Adding MySQL Database Support/1. Update POM.XML file.mp4 68 MB 06. Adding MySQL Database Support/1. Update POM.XML file.vtt 6.5 KB 06. Adding MySQL Database Support/2. Configure MySQL Database Access Details.mp4 28.3 MB 06. Adding MySQL Database Support/2. Configure MySQL Database Access Details.vtt 4.9 KB 07. Implementing User Sign up/1. Adding method to handle HTTP Post Request.mp4 23.7 MB 07. Implementing User Sign up/1. Adding method to handle HTTP Post Request.vtt 2.5 KB 07. Implementing User Sign up/10. Autowire UserRepository into Service class.mp4 53.6 MB 07. Implementing User Sign up/10. Autowire UserRepository into Service class.vtt 4.9 KB 07. Implementing User Sign up/11. Trying how the User Sign up works.mp4 63.1 MB 07. Implementing User Sign up/11. Trying how the User Sign up works.vtt 6.6 KB 07. Implementing User Sign up/12. Preventing Duplicate Entries with @Column(unique=true).mp4 42.3 MB 07. Implementing User Sign up/12. Preventing Duplicate Entries with @Column(unique=true).vtt 4.3 KB 07. Implementing User Sign up/13. Check if user already exists.mp4 60.4 MB 07. Implementing User Sign up/13. Check if user already exists.vtt 6.9 KB 07. Implementing User Sign up/14. Generate User Public ID.mp4 70.9 MB 07. Implementing User Sign up/14. Generate User Public ID.vtt 6.4 KB 07. Implementing User Sign up/2. Implementing the Create User Request Model class.mp4 34.3 MB 07. Implementing User Sign up/2. Implementing the Create User Request Model class.vtt 3.4 KB 07. Implementing User Sign up/3. Implementing Create User Response Model.mp4 55.2 MB 07. Implementing User Sign up/3. Implementing Create User Response Model.vtt 6.3 KB 07. Implementing User Sign up/4. Implementing the UserDto.mp4 50.9 MB 07. Implementing User Sign up/4. Implementing the UserDto.vtt 4.9 KB 07. Implementing User Sign up/5. Making use of UserRest and UserDto in RestController.mp4 30.1 MB 07. Implementing User Sign up/5. Making use of UserRest and UserDto in RestController.vtt 3.6 KB 07. Implementing User Sign up/6. Implementing Service class method.mp4 36.2 MB 07. Implementing User Sign up/6. Implementing Service class method.vtt 3.7 KB 07. Implementing User Sign up/7. Implementing UserEntity class.mp4 53.8 MB 07. Implementing User Sign up/7. Implementing UserEntity class.vtt 6.4 KB 07. Implementing User Sign up/8. Set Default Value for Email Verification Status field.mp4 10.3 MB 07. Implementing User Sign up/8. Set Default Value for Email Verification Status field.vtt 1.3 KB 07. Implementing User Sign up/9. Implementing UsersRepository class.mp4 46.8 MB 07. Implementing User Sign up/9. Implementing UsersRepository class.vtt 6 KB 08. Spring Security for User Sign-up/1. Adding Spring Security to our project.mp4 55.2 MB 08. Spring Security for User Sign-up/1. Adding Spring Security to our project.vtt 5.5 KB 08. Spring Security for User Sign-up/2. Encrypt User Password.mp4 30.8 MB 08. Spring Security for User Sign-up/2. Encrypt User Password.vtt 3 KB 08. Spring Security for User Sign-up/3. Make the Sign-up Web Service Endpoint Public.mp4 96.8 MB 08. Spring Security for User Sign-up/3. Make the Sign-up Web Service Endpoint Public.vtt 9.6 KB 09. Spring Security for User Sign-in/1. Implementing User Sign-in Request Model.mp4 18.1 MB 09. Spring Security for User Sign-in/1. Implementing User Sign-in Request Model.vtt 2.1 KB 09. Spring Security for User Sign-in/2. Implementing Load User By Username.mp4 52.3 MB 09. Spring Security for User Sign-in/2. Implementing Load User By Username.vtt 5.2 KB 09. Spring Security for User Sign-in/3. Implementing SecurityConstants class.mp4 23.1 MB 09. Spring Security for User Sign-in/3. Implementing SecurityConstants class.vtt 3.1 KB 09. Spring Security for User Sign-in/4. Implementing Authentication Filter.mp4 101.9 MB 09. Spring Security for User Sign-in/4. Implementing Authentication Filter.vtt 10.2 KB 09. Spring Security for User Sign-in/5. Trying how user Sign-in works.mp4 56.8 MB 09. Spring Security for User Sign-in/5. Trying how user Sign-in works.vtt 6.2 KB 09. Spring Security for User Sign-in/6. Add public User ID to a Response Header.mp4 128.4 MB 09. Spring Security for User Sign-in/6. Add public User ID to a Response Header.vtt 11.3 KB 09. Spring Security for User Sign-in/7. Customize User Authentication URL.mp4 31.5 MB 09. Spring Security for User Sign-in/7. Customize User Authentication URL.vtt 3.3 KB 09. Spring Security for User Sign-in/8. Implementing Authorization Filter.mp4 88.2 MB 09. Spring Security for User Sign-in/8. Implementing Authorization Filter.vtt 8.8 KB 09. Spring Security for User Sign-in/9. Trying how User Authorization works.mp4 26.3 MB 09. Spring Security for User Sign-in/9. Trying how User Authorization works.vtt 2.7 KB 17. Deploying to Amazon Cloud. AWS EC2/1. Startup Your Own Amazon EC2 Linux Server.mp4 192.2 MB