Tuesday 31 March 2020

Spring boot Tutorial 28 - Security (Authentication and Authorization) - Playlist

Spring boot Tutorial 28 - Security (Authentication and Authorization) - Playlist:
https://www.youtube.com/watch?v=kFG5_avhuqM&list=PLmCsXDGbJHdjNPGu0OgL59FqH33VlOFKq

Spring boot Tutorial 27 - Custom Error Page - Playlist

Spring boot Tutorial 27 - Custom Error Page - Playlist:
https://www.youtube.com/watch?v=FgHZkw_BytI&list=PLmCsXDGbJHdhCtmmZK4JgHvSJ3n8n-pb

Spring Boot + Spring Security - RESTful Web service with Database Authentication

Spring Boot + Spring Security - RESTful Web service with basic Authentication

Spring Boot - Mapping HTTP Response Status Codes to Custom Error Pages

Spring Boot - Mapping /error to a custom controller by implementing ErrorController

Spring Boot - Displaying custom Error Page | Customize Whitelabel Error Page

Spring Boot - Disabling Whitelabel error page

How to use version() method of Java.util.UUID Class?

How to use variant() method of Java.util.UUID Class?

How to use timestamp() method of Java.util.UUID Class?

How to use node() method of Java.util.UUID Class?

How to use clockSequence() method of Java.util.UUID Class?

How to use getMostSignificantBits() and getLeastSignificantBits() methods of Java.util.UUID Class?

Different ways of generating UUID value | Java.util.UUID Class

Java.util.UUID Class Introduction

Monday 23 March 2020

Spring boot Tutorial 26 - HATEOAS with example - PlayList

Spring boot Tutorial 26 - HATEOAS with example - PlayList:
https://www.youtube.com/watch?v=_-vglnEttLI&list=PLmCsXDGbJHdiqQkbZOl7J0oTKj9-xPkE3

Spring boot Tutorial 25 - Spring Boot Jersey Example - PlayList

Spring boot Tutorial 25 - Spring Boot Jersey Example - PlayList:
https://www.youtube.com/watch?v=BOrYRS620tU&list=PLmCsXDGbJHdimMaCZk1HlfvKnGH4iPuGC

Spring Boot HATEOAS Example | Applying HATEOAS to a REST API with Spring Boot

What is HATEOAS? and Why it is important for the REST API?

Spring Boot + Jersey - Role-based security with JAX-RS Annotations | Spring Boot Jersey Example

Spring Boot - Building Restful Web Services With Jersey (XML) + JPA | Spring Boot Jersey Example

Spring Boot - Building Restful Web Services With Jersey (JSON) + JPA | Spring Boot Jersey Example

Spring Boot REST API Request Body Validation Example using Custom Validator

Spring Boot REST API Example for PathVariable validation Example

Spring Boot REST Validation Example | Spring Boot REST API Request Body Validation Example

Spring Boot With Spring Data JPA [Book] | Spring Boot CRUD Example with RESTful APIs and JPA

How to use spliterator(T[] array, int startInclusive, int endExclusive) method of Arrays Class?

How to use spliterator(double[] array, int startInclusive, int endExclusive) method of Arrays Class?

How to use spliterator(long[] array, int startInclusive, int endExclusiv...

How to use spliterator(int[] array, int startInclusive, int endExclusive) method of Arrays Class?

How to use spliterator(T[] array) method of Java.util.Arrays Class?

How to use spliterator(double[] array) method of Java.util.Arrays Class?

How to use spliterator(long[] array) method of Java.util.Arrays Class?

How to use spliterator(int[] array) method of Java.util.Arrays Class?

Sunday 8 March 2020

Spring boot Tutorial 24 - curl client + RESTful Webservice - Playlist:


Spring boot Tutorial 24 - curl client + RESTful Webservice - Playlist:

Spring Boot - Test RESTful web service using curl client | Test a REST API with curl

What is curl? and How to install curl in the windows operating system?

parallelPrefix(T[] array, int fromIndex, int toIndex, BinaryOperator op) method of Arrays Class

How to use parallelPrefix(T[] array, BinaryOperator op) method of Java.util.Arrays Class?

parallelPrefix(double[] array, int fromIndex, int toIndex, DoubleBinaryOperator op) of Arrays Class

How to use parallelPrefix(double[] array, DoubleBinaryOperator op) method of Java.util.Arrays Class?

parallelPrefix(long[] array,int fromIndex,int toIndex,LongBinaryOperator op) method of Arrays Class

How to use parallelPrefix(long[] array, LongBinaryOperator op) method of Java.util.Arrays Class?

parallelPrefix(int[] array, int fromIndex, int toIndex,IntBinaryOperator op) method of Arrays Class

How to use parallelPrefix(int[] array, IntBinaryOperator op) method of Java.util.Arrays Class?

How to use copyOfRange(U[] original, int from, int to, Class newType) method of Java.util.Arrays?

How to use copyOfRange(T[] original, int from, int to) method of Java.util.Arrays Class?