VOOZH
about
URL: https://www.geeksforgeeks.org/tag/java-spring-boot/
β± Java-Spring-Boot Archives - GeeksforGeeks
π geeksforgeeks
Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
Java
9.4K+ articles
Misc
7.7K+ articles
Advance Java
724+ articles
Project
616+ articles
mysql
355+ articles
Java-Spring
297+ articles
Springboot
185+ articles
Java-Spring-Data-JPA
62+ articles
java-advanced
48+ articles
How to Integrate and Call a GraphQL API in a Java Spring Boot Application?
Last Updated: 23 July 2025
GraphQL is a more flexible query language and runtime for APIs that lets clients request exactly the data they need by making data fetching more efficient. Compared to RES...
read more
π article_image
Picked
GraphQL
Java-Spring-Boot
Advance Java
How to Use @Autowired and @InjectMocks in Spring Boot Tests?
Last Updated: 23 July 2025
In Spring Boot application development, writing the unit tests is essential for the ensuring that the application behaves as the expected. Testing can be challenging, espe...
read more
π article_image
Picked
Java-Spring-Boot
Advance Java
Returning Errors Using ProblemDetail in Spring Boot
Last Updated: 23 July 2025
In a Spring Boot application, error handling is an important aspect of providing a robust and user-friendly API. Traditionally, Spring Boot has provided various methods li...
read more
π article_image
Picked
Java-Spring-Boot
Advance Java
Autowiring an Interface With Multiple Implementations in Spring Boot
Last Updated: 23 July 2025
In Spring Boot, dependency injection is a key feature that allows developers to wire components (beans) together. Often, multiple implementations of an interface may exist...
read more
π article_image
Picked
Java-Spring-Boot
Advance Java
Auditing with Hibernate Envers in Spring Boot
Last Updated: 30 April 2026
Auditing with Hibernate Envers in Spring Boot allows automatic tracking of entity changes such as insert, update, and delete operations. It maintains historical data witho...
read more
π article_image
Picked
Java-Spring-Boot
Java-Hibernate
Advance Java
Finding All Beans with a Custom Annotation in Spring boot
Last Updated: 23 July 2025
In Spring Boot, developers often define beans (components, services, etc.) to be managed automatically by the Spring IoC (Inversion of Control) container. Sometimes, it's ...
read more
π article_image
Picked
Java-Spring-Boot
Advance Java
Storing PostgreSQL JSONB Using Spring Boot and JPA
Last Updated: 06 November 2025
PostgreSQLβs JSONB data type allows developers to store and query JSON (JavaScript Object Notation) data in a structured binary format. Unlike JSON, which stores data as p...
read more
π article_image
Picked
Java-Spring-Boot
Advance Java
Difference Between Spring boot and Quarkus
Last Updated: 23 July 2025
Spring Boot and Quarkus are two popular frameworks in the Java ecosystem that simplify application development. While they share some similarities, they fulfill to differe...
read more
Java-Spring-Boot
Advance Java
A Guide to RestClient in Spring Boot
Last Updated: 01 November 2025
In Spring Boot applications, communication with external services through REST APIs is common. Traditionally, this was achieved using RestTemplate, but it is now deprecate...
read more
Picked
Java-Spring-Boot
RESTful
Advance Java
HTTP Status Code
Bind Case Insensitive @Value to Enum in Spring Boot
Last Updated: 23 July 2025
In Spring Boot, the @Value annotation is commonly used to inject values from property files into variables. When binding these values to Enum fields, the process is case-s...
read more
π article_image
Picked
Java-Spring-Boot
Advance Java
Spring Boot - Customizing Spring Boot Starter
Last Updated: 23 July 2025
Spring Boot Starters are specialized project types designed to encapsulate and distribute common functionality, simplifying the setup of Spring Boot applications. Official...
read more
π article_image
Picked
Java-Spring-Boot
Advance Java
Getting Started With GraphQL SPQR and Spring Boot
Last Updated: 23 July 2025
GraphQL is the modern query language for APIs that provides clients the flexibility to request specific data. Unlike REST, which often requires multiple endpoints for diff...
read more
π article_image
Picked
GraphQL
Java-Spring-Boot
Advance Java
Introduction to gRPC with Spring Boot
Last Updated: 20 September 2024
gRPC is defined as Google Remote Procedure Call. It is an open-source, high-performance RPC (Remote Procedure Call) framework designed by Google. It allows client applicat...
read more
Picked
Java-Spring-Boot
Advance Java
Disable @Cacheable in Spring Boot
Last Updated: 23 July 2025
Caching is an essential feature in modern web applications, providing faster access to frequently used data and reducing the load on databases. In Spring Boot, the @Cachea...
read more
π article_image
Picked
Java-Spring-Boot
Java-Annotation
Advance Java
Disable @EnableScheduling on Spring Tests
Last Updated: 23 July 2025
In Spring applications, the @EnableScheduling annotation is commonly used to enable the execution of scheduled tasks. However, during testing, it may be necessary to disab...
read more
π article_image
Picked
Java-Spring-Boot
Advance Java
1
2
3
4
...
23