Send Email with Thymeleaf template in Spring Boot
In this article, we’ll learn how to compose emails using Thymeleaf template and send emails using spring framework’s JavaMailSender.
In this article, we’ll learn how to compose emails using Thymeleaf template and send emails using spring framework’s JavaMailSender.
In this tutorial, we’ll learn how to zip a file or directory into an archive and how to unzip the archive into a directory using Java core libraries.
In this tutorial, we’ll learn different methods to convert long primitive or Long object to String in Java
In this article, we’ll learn how to configure a FeignClient with SSL and Proxy Connection using ApacheHttp5 in your Spring Boot project.
Java 8 streams API is a widely used feature to write code in a functional programming way. In this tutorial, we’ll discuss how to use Streams API for Map creation, iteration and sorting.
In this article, we’ll learn how to automate the build & deployment of Spring boot based microservices using Docker, Jenkins, Gradle and Git.
Documentation is essential when you are building RESTFul APIs in spring boot application. In this tutorial, we’ll learn how to configure the documentation using OpenAPI in Spring Boot.
In this quick tutorial, we’ll learn how to change default Feign Client implementation to ApacheHttpClient or OkHttpClient in Spring Boot application.
In this quick tutorial, we’ll configure embedded Undertow server by replacing it with default Tomcat server in Spring Boot web application.
In this tutorial, we’ll take a look at Conditional Annotations in Spring Boot with examples.