Spring AOP Application with Real Time Examples
In this article, we are gonna see the basic concepts of Aspect Oriented Programming and develop a Spring Boot application in order to demonstrate some real time examples. If you…
In this article, we are gonna see the basic concepts of Aspect Oriented Programming and develop a Spring Boot application in order to demonstrate some real time examples. If you…
In one of our previous blog posts, we have developed a web application for User Registration and OAuth2 Social login with Spring Boot. In a typical web application like this,…
In the previous article, we have secured the REST API with Spring Security and JSON Web Token (JWT) without using Spring Boot. Now we are gonna add Spring Boot actuator 2.X support to…
In the previous article, we have implemented Spring REST API without using Spring Boot. Now we are gonna secure the REST API with Spring Security and JSON Web Token (JWT) without…
Most Spring Tutorials available online teach you how to create/secure a Rest API with Spring boot. However, sometimes there will be specific use cases where you will need to create/secure REST…
What you’ll build Home page Link Preview API for fetching link preview info by URL What you'll need Spring Tool Suite 4JDK 11 Tech Stack Spring Boot 2.2JSP and Bootstrap…
Recently, I gotta chance to work with a microservice in which I had to call a Stored Procedure and map the results to a POJO. By default the StoredProcedureQuery returns…
What you'll build Login Register Home What you'll need Spring Tool Suite 4 JDK 11 MySQL Server 8 Tech Stack Spring Boot 2 and Spring Security 5Spring Data JPA and…
Welcome to the 2nd part of Spring Boot User Registration and OAuth2 social login tutorial series. In this article, You’ll learn how to implement the view layer. Creating the model…
Welcome to the 3rd part of the Spring Boot User Registration and OAuth2 social login tutorial series. In this article, we’ll learn how to perform social login using Spring Security.…