Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Java
10.5K+ articles
GBlog
3.2K+ articles
Advance Java
906+ articles
Project
876+ articles
Dev Scripter 2024
774+ articles
Dev Scripter
602+ articles
Java-Spring
291+ articles
Java-Spring-Security
94+ articles
Java Microservices
75+ articles
Java-Spring-Data-JPA
61+ articles
Java-Spring-Boot
339+ posts
Recent Articles
Popular Articles
How to Integrate and Call a GraphQL API in a Java Spring Boot Application?
Last Updated: 01 November 2024
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
Picked
GraphQL
Java-Spring-Boot
Advance Java
How to Use @Autowired and @InjectMocks in Spring Boot Tests?
Last Updated: 23 October 2024
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
Picked
Java-Spring-Boot
Advance Java
Returning Errors Using ProblemDetail in Spring Boot
Last Updated: 21 October 2024
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
Picked
Java-Spring-Boot
Advance Java
Storing PostgreSQL JSONB Using Spring Boot and JPA
Last Updated: 18 October 2024
PostgreSQL’s JSONB data type provides a way to store and query JSON (JavaScript Object Notation) data in a structured format. Unlike JSON, JSONB stores the data in a binar...
read more
Picked
Java-Spring-Boot
Advance Java
Autowiring an Interface With Multiple Implementations in Spring Boot
Last Updated: 09 October 2024
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
Picked
Java-Spring-Boot
Advance Java
Finding All Beans with a Custom Annotation in Spring boot
Last Updated: 08 October 2024
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
Picked
Java-Spring-Boot
Advance Java
Auditing with Hibernate Envers in Spring Boot
Last Updated: 03 October 2024
In modern applications, auditing plays a crucial role in tracking changes made to data over time. It allows developers and administrators to record who modified the data w...
read more
Picked
Java-Spring-Boot
Java-Hibernate
Advance Java
Difference Between Spring boot and Quarkus
Last Updated: 30 September 2024
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
Bind Case Insensitive @Value to Enum in Spring Boot
Last Updated: 27 September 2024
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
Picked
Java-Spring-Boot
Advance Java
A Guide to RestClient in Spring Boot
Last Updated: 26 September 2024
In Spring Boot applications, external services often need to be communicated via REST APIs. Traditionally, RestTemplate was used for this purpose, but it is now considered...
read more
Picked
Java-Spring-Boot
RESTful
Advance Java
HTTP Status Code
Spring Boot - Customizing Spring Boot Starter
Last Updated: 25 September 2024
Spring Boot Starters are specialized project types designed to encapsulate and distribute common functionality, simplifying the setup of Spring Boot applications. Official...
read more
Picked
Java-Spring-Boot
Advance Java
Getting Started With GraphQL SPQR and Spring Boot
Last Updated: 25 September 2024
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
Picked
GraphQL
Java-Spring-Boot
Advance Java
Disable @EnableScheduling on Spring Tests
Last Updated: 24 September 2024
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
Picked
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: 18 September 2024
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
Picked
Java-Spring-Boot
Java-Annotation
Advance Java
1
2
3
4
...
23
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !