Logitech MK295 Wireless Keyboard and Mouse Combo Review – Best Combo
Recently, my 2+ year old Logitech wireless keyboard started giving me trouble. Some of the keys stopped working and it was difficult to work with this keyboard anymore. So I…
Recently, my 2+ year old Logitech wireless keyboard started giving me trouble. Some of the keys stopped working and it was difficult to work with this keyboard anymore. So I…
In the previous article, we have implemented Two Factor Authentication with Spring Security and a Soft Token. The Angular client and Spring Boot application will be running on different ports…
This is the extension of the Spring Boot Angular Social Login application. In this article, we are going to implement Two Factor Authentication with Spring Security and a Soft Token.…
In the previous tutorial series Part 1, Part 2, and Part 3. we have developed a Spring Boot Angular Social Login application with Angular 10 and Spring Boot 2.3.x. Since…
Welcome to the 3rd part of the Spring Boot 2 Angular 10 OAuth2 Social Login tutorial series. In Part 1 & Part 2, we have implemented the backed Spring Boot…
Welcome to the 2nd part of the Spring Boot 2 Angular 10 OAuth2 Social Login tutorial series. In this previous article, we have implemented Data Access Layer, Service Layer, Validation,…
Welcome to the Spring Boot OAuth2 Social Login tutorial series. In this series, we are going to learn how to add Social as well as email and password based login…
Introduction In the previous article, we have seen how to call a stored procedure and map the native query result to POJO with Hibernate In this article, we're going to…
In the previous article, we have learned how to call the PL/SQL stored procedure and map the resultset to POJO without an entity class using JPA SqlResultSetMapping. In this article,…
Introduction Java Persistence API (JPA) is a specification and Hibernate is one of the popular implementations of JPA. Hibernate provides some additional features that are not supported by JPA. For…