How to Generate Rich Link Preview for Website Link / URL based on the Meta Tags Present in the Web Page with Spring Boot and Jsoup

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

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…

Continue ReadingHow to Generate Rich Link Preview for Website Link / URL based on the Meta Tags Present in the Web Page with Spring Boot and Jsoup

Calling Stored Procedure and mapping the query result to non-entity POJO using Spring JPA SqlResultSetMapping

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…

Continue ReadingCalling Stored Procedure and mapping the query result to non-entity POJO using Spring JPA SqlResultSetMapping