Feature image for QueryDSL blog

Query Optimization Using QueryDSL in a Spring Boot Application – DS

What Is QueryDSL?

QueryDSL (Query Domain Specific Language) is a Java-based framework. It is a type-safe, fluent API for building SQL-like queries in a programmatic way. Official Documentation for the latest version of QueryDSL 

Key Features and Concepts of QueryDSL

Type Safety:  Code Generation JPA Integration Support for...

Read more...
Feature image for eureka integration in spring boot blog

How to Integrate the Eureka In Spring Boot Project for Microservices? – DS

What Is Eureka?

Eureka is an application that has two parts or sides, the first one is the eureka Server and the other one is the eureka client. Eureka clients use to getting all the details of the client. For example how many services are running with the spring cloud and...

Read more...
Spring boot crud operations

What is Spring Boot in Java ? Spring Boot Crud Operations

Agenda

In this blog, we are going to talk about the following points:- What is Spring Boot? Spring Boot Application Architecture Why Spring Boot? Some important Annotation of Spring boot Let's set up a Spring Boot application Some Important Dependency for Spring Boot Project Entity Repository Service Controller Helper  Constant Router

What...

Read more...