Browsing Tag
springboot
29 posts
Build native image from Spring Boot Application with GraalVM builder
Overview This section explains how to create a native image from a Spring Boot application using GraalVM’s native…
Ultimate Spring Boot Interview Preparation Guide
1. Why Spring Boot? Spring based applications have a lot of configuration. When we use Spring MVC, we…
Using the @Lookup Annotation in Spring
The @Lookup annotation is an injection (like @Inject, @Resource, @Autowired) annotation used at the method level. This annotation…
Memory-efficient mass data transfer between Excel and database using Apache POI, Spring Event, Async Threads
Create an Excel file with millions of rows of data from the database with minimal impact on heap…
Building gdocweb with Java 21, Spring Boot 3.x and Beyond
Introducing gdocweb Java 21 and Spring Boot 3.x: Innovation and Maturity GraalVM Native Image for Efficiency Implementing GraalVM…
Securing Your App: TOTP Authentication with Spring Boot and Angular — Part One — Overview & Project Setup
What is TOTP? TOTP stands for Time-based One-Time Passwords and is a common form of two factor authentication…
Replace Embedded Tomcat Server with Jetty or Undertow in Spring Boot3
One of the key features of the Spring Boot framework is the built-in support for embedded servers. It…
Introducing ‘firebaseauth’ Spring Boot Library
Introduction How many times have you struggled with setting up security in your Spring Boot API? Well those…
Auditing in Spring Boot
What’s auditing? Auditing means tracking and logging transactions related to data, which simply means logging insert, update and…