Month: May 2026

Spring Boot Email Sending Application Using Gmail SMTP

Spring Boot Email Sending Application Using Gmail SMTP

In many real-world applications, sending emails is a common requirement. Applications often need to send notifications, account verification emails, password reset links, order confirmations, and status updates. In this tutorial, we will build a simple Spring Boot Email Sending Application that allows users to send text-based emails through a Gmail account. The application provides a …

Spring Boot Email Sending Application Using Gmail SMTP Read More »

spring-boot-login-application with h2 database

Spring Boot Login Application With H2 Database

Login functionality is one of the most common requirements in modern web applications. Almost every application requires users to authenticate themselves before accessing protected resources. In this tutorial, we will build a simple Spring Boot login application using Spring Data JPA, H2 Database, Java 25, HTML, CSS, and JavaScript. The application will validate user credentials …

Spring Boot Login Application With H2 Database Read More »