Join Unrelated Entities and Map the Result to POJO with Spring Data JPA and Hibernate

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…

Continue ReadingJoin Unrelated Entities and Map the Result to POJO with Spring Data JPA and Hibernate

How to Build Spring 5 REST API with Embedded Tomcat without using Spring Boot

  • Post author:
  • Post category:Spring
  • Post comments:0 Comments
  • Post last modified:December 6, 2020

In the previous article, we have added logging support using the Logback logging framework. Now, we are going to add embedded tomcat to the Spring REST application without using Spring Boot. Let's…

Continue ReadingHow to Build Spring 5 REST API with Embedded Tomcat without using Spring Boot

How to Secure Spring REST Services with Spring Security 5 and JWT Authentication without using Spring Boot

  • Post author:
  • Post category:Spring
  • Post comments:3 Comments
  • Post last modified:September 29, 2021

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…

Continue ReadingHow to Secure Spring REST Services with Spring Security 5 and JWT Authentication without using Spring Boot