How to Send Email using Spring Boot 2 and FreeMarker HTML Template
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 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 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…