In this tutorial, we will learn how to use Vault Maven Plugin inside the Spring Boot application to read secrets from HashiCorp Vault. HashiCorp Vault Overview HashiCorp Vault is a popular open-source tool that provides secrets management, data p ...
Spring Boot 3: What You Need to Know about the Default Date and Time Format Changes in Logging
Logging is very important to debug and diagnose issues while you are developing any application. In Spring Boot 3, some changes have been introduced related to the default format for the date and time component of log messages. Understanding the New ...
How To Handle URL Trailing Slash Changes in Spring Boot 3
Understand how to handle URL trailing slash changes in Spring Boot 3. Context If you are upgrading your web application to Spring Boot 3 then you need to review the changes that were introduced related to URL matching. Earlier trailing slash m ...
Spring Boot: Secure Application Secrets Using Jasypt
In this tutorial, we will learn how we can secure application secrets using Jasypt. Also, we will see one practical example using the Spring Boot application. Jasypt Overview Jasypt (Java Simplified Encryption) is a library using which we ca ...
Java Arrays: 7 Important Questions
It's crucial for Java developers to comprehend Java arrays. Arrays are also the foundation of many data structures. We will go through a few key questions regarding java arrays in this tutorial. Java Arrays Important Questions Can we create an ar ...