B2 Tech

Web Dev Snippets

  • Facebook
  • Twitter
  • Google Plus
  • Home
  • Java
    • Core Java
    • Core Java Programs
    • Java Swings
    • JavaFX
  • Web Technologies
    • Angular 10
    • Angular 2
    • Angular 9
    • Boostrap 4
    • CSS
    • Express.js
    • High Charts
    • HTML
    • Javascript
    • Javascript Programs
    • jQuery
    • Mongoose
    • Nodejs
    • Typescript
  • Advance Java/J2EE
    • JSF
    • JSP
    • Servlets
    • Thymeleaf
    • Spring MVC
    • Spring JDBC
    • Spring Boot
    • JPA
    • Hibernate
    • Struts
    • MyBatis/iBatis
  • Interview Programs
  • Web Services
    • REST Services
    • SOAP Services
  • Spring Boot
    • Spring Boot [100+ Tutorials]
    • Spring Security
    • Spring Annotations
    • Spring Data JPA
    • GraphQL and Spring Boot
  • About
  • Contact
  • Udemy Courses
    • React and Spring Boot
    • Angular and Spring Boot
  • Cloud
    • AWS

Tag - Spring Boot

  • JPA
  • Spring Boot

JPQL query using Containing condition

2 months ago
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the Ending With condition in the Spring Data JPA repository. Read More: Check the Complete JavaServer Faces (JSF) Tutorial Check the Spring Boot...

Continue reading

  • JPA
  • Spring Boot

JPQL query using Ending With condition

2 months ago
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the Ending With condition in the Spring Data JPA repository. Read More: Check the Complete JavaServer Faces (JSF) Tutorial Check the Spring Boot...

Continue reading

  • JPA
  • Spring Boot

JPQL query using Starting With condition

3 months ago
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the Starting With condition in the Spring Data JPA repository. Read More: Check the Complete JavaServer Faces (JSF) Tutorial Check the Spring Boot...

Continue reading

  • JPA
  • Spring Boot

JPQL query using Not Like condition

3 months ago
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the Not Like condition in the Spring Data JPA repository. Read More: Check the Complete JavaServer Faces (JSF) Tutorial Check the Spring Boot JdbcTemplate...

Continue reading

  • JPA
  • Spring Boot

JPQL query using Like condition

4 months ago
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the Like condition in the Spring Data JPA repository. Read More: Check the Complete JavaServer Faces (JSF) Tutorial Check the Spring Boot JdbcTemplate...

Continue reading

  • JPA
  • Spring Boot

JPQL query using IsNotNull condition

4 months ago
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the IsNotNull condition in the Spring Data JPA repository. Read More: Check the Complete JavaServer Faces (JSF) Tutorial Check the Spring Boot JdbcTemplate...

Continue reading

  • JPA
  • Spring Boot

JPQL query using IsNull condition

4 months ago
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the IsNull condition in the Spring Data JPA repository. Read More: Check the Complete JavaServer Faces (JSF) Tutorial Check the Spring Boot JdbcTemplate...

Continue reading

  • JPA
  • Spring Boot

JPQL query using Before condition

4 months ago
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the Before condition in the Spring Data JPA repository. Read More: Check the Complete JavaServer Faces (JSF) Tutorial Check the Spring Boot JdbcTemplate...

Continue reading

  • JPA
  • Spring Boot

JPQL query using After condition

4 months ago
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the After condition in the Spring Data JPA repository. JPQL stands for Java persistence query language defined in JPA specification. It is used to create...

Continue reading

  • JPA
  • Spring Boot

JPQL query using GreaterThanEqual condition

4 months ago
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the GreaterThanEqual condition in the Spring Data JPA repository. JPQL stands for Java persistence query language defined in JPA specification. It is used to...

Continue reading

  • JPA
  • Spring Boot

JPQL query using GreaterThan condition

4 months ago
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the GreaterThan condition in the Spring Data JPA repository. JPQL stands for Java persistence query language defined in JPA specification. It is used to...

Continue reading

  • JPA
  • Spring Boot

JPQL query using LessThanEqual condition

4 months ago
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the LessThanEqual condition in the Spring Data JPA repository. JPQL stands for Java persistence query language defined in JPA specification. It is used to...

Continue reading

  • JPA
  • Spring Boot

JPQL query using LessThan condition

4 months ago
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the LessThan condition in the Spring Data JPA repository. JPQL stands for Java persistence query language defined in JPA specification. It is used to create...

Continue reading

  • JPA
  • Spring Boot

JPQL Query using Between condition

4 months ago
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the Between condition in the Spring Data JPA repository. JPQL stands for Java persistence query language defined in JPA specification. It is used to create...

Continue reading

  • JPA
  • Spring Boot

JPQL Query using Equals condition

4 months ago
by Bushan Sirgur
6 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the Equals condition in the Spring Data JPA repository. JPQL stands for Java persistence query language defined in JPA specification. It is used to create...

Continue reading

  • JPA
  • Spring Boot

JPQL Query using OR condition

4 months ago
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the OR condition in the Spring Data JPA repository. JPQL stands for Java persistence query language defined in JPA specification. It is used to create queries...

Continue reading

  • JPA
  • Spring Boot

JPQL Query using AND condition

4 months ago
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the And condition in the Spring Data JPA repository. JPQL stands for Java persistence query language defined in JPA specification. It is used to create...

Continue reading

  • JPA
  • Spring Boot

JPQL Query using Distinct condition

4 months ago
by Bushan Sirgur
6 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL for the Distinct condition in the Spring Data JPA repository. JPQL stands for Java persistence query language defined in JPA specification. It is used to create...

Continue reading

  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC
  • Spring Security

Spring Security Login REST API with MySQL Database

4 months ago
by Bushan Sirgur
8 min read
Add Comment

Hey guys in this article, you will learn about the creating a Login API in Spring security and validate the user against the MySQL database. Complete Example We will create this example step by step, follow this tutorial till...

Continue reading

  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC

Spring Data JPA exists by field with Example

4 months ago
by Bushan Sirgur
7 min read
Add Comment

In this article, you will learn about Data JPA exists projection in repository query derivation with full coding example. Read More: Check the Complete Spring Boot and Data JPA Tutorials Check the Complete Spring MVC...

Continue reading

  • Spring Boot
  • Spring MVC

Spring Boot DTO to Entity mapping

5 months ago
by Bushan Sirgur
5 min read
Add Comment

Hey guys in this article, you will learn about mapping the DTO to Entity class in Spring boot or Spring MVC. Read More: Check the Complete Spring MVC Tutorials Check the Complete JSP Tutorials Check the Complete Spring Boot...

Continue reading

  • Spring Boot
  • Spring MVC

Spring Boot Map One Object to Another

5 months ago
by Bushan Sirgur
2 min read
Add Comment

Hey guys in this short article, you will learn about Mapping one java object to another in Spring Boot. Read More: Check the Complete Spring MVC Tutorials Check the Complete JSP Tutorials Check the Complete Spring Boot Tutorials...

Continue reading

  • REST Services
  • Spring Boot
  • Spring MVC

Run Spring Boot Application Command Line Maven

7 months ago
by Bushan Sirgur
4 min read
Add Comment

Hey guys in this article, you will learn how to run Spring Boot application from command line using Maven. Read More: Check the Complete JSP Tutorial Check the Core Java Tutorial Check the Complete Spring Boot Tutorials [100+...

Continue reading

  • Spring Boot
  • Spring MVC

Spring Boot Project Structure Explained

8 months ago
by Bushan Sirgur
3 min read
Add Comment

Hey guys in this article, you will learn about Spring boot project structure from start to end with details explanation. Read More: Check the Complete JSP Tutorial Check the Core Java Tutorial Check the Complete Spring Boot...

Continue reading

  • JPA
  • React.js
  • REST Services
  • Spring Boot
  • Spring MVC

React (React hooks), Spring Boot and Postgresql CRUD Tutorial

9 months ago
by Bushan Sirgur
13 min read
4 Comments

Hey guys in this post, we will create full stack CRUD application with React (react hooks) and Spring boot that connects to PostgreSQL database. Read More: Check the Complete Spring Boot Tutorials [100+ Examples] Check the...

Continue reading

  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC

Reactjs + Spring Boot CRUD Full Stack Application – Spring Boot Backend

9 months ago
by Bushan Sirgur
7 min read
1 Comment

Hey guys in this post, we will create Spring boot backend project, we will create REST API that communicate with MySQL database and we will perform the database operations such as Create, Read, Update and Delete. Read Next:...

Continue reading

  • JPA
  • React.js
  • REST Services
  • Spring Boot
  • Spring MVC

Full Stack Project with React and Spring Boot – Delete the record from database [Part 6]

9 months ago
by Bushan Sirgur
12 min read
Add Comment

Hey guys this is the continuation of the Full stack project with React and Spring Boot series. In this post, we will delete the record from the React application. Read More: Check the Complete Spring Boot Tutorials [100+...

Continue reading

  • JPA
  • React.js
  • REST Services
  • Spring Boot
  • Spring MVC

Full Stack Project with React and Spring Boot – Update the record to database [Part 5]

9 months ago
by Bushan Sirgur
11 min read
Add Comment

Hey guys this is the continuation of the Full stack project with React and Spring Boot series. In this post, we will update the record to the React application. Read More: Check the Complete Spring Boot Tutorials [100+...

Continue reading

  • JPA
  • React.js
  • REST Services
  • Spring Boot
  • Spring MVC

Full Stack Project with React and Spring Boot – Save the data to database [Part 4]

9 months ago
by Bushan Sirgur
11 min read
Add Comment

Hey guys this is the continuation of the Full stack project with React and Spring Boot series. In this post, we will apply Bootstrap styling to the React application. Read More: Check the Complete Spring Boot Tutorials [100+...

Continue reading

  • REST Services
  • Spring Boot
  • Spring MVC

Spring Boot Project Structure Best Practices

9 months ago
by Bushan Sirgur
4 min read
Add Comment

Hey guys in this post, we will discuss structuring Spring boot application and their best practices. Read More: Check the Complete Spring Boot Tutorials [100+ Examples] Check the Complete Spring Boot and Thymeleaf Tutorial Check...

Continue reading

1 2 Next

About Author

View all posts

Support me


Love my tutorials? Please support me by donating:

Newsletter



Recent Posts

  • MySQL Docker Image Example 9 months ago
  • Dockerize Hello World Java Program 9 months ago
  • Write a Program to find the second largest number in array in Java 9 months ago
  • JPQL query using Containing condition 9 months ago
  • JPQL query using Ending With condition 9 months ago
  • JPQL query using Starting With condition 9 months ago
  • JPQL query using Not Like condition 9 months ago
  • JPQL query using Like condition 9 months ago
  • JPQL query using IsNotNull condition 9 months ago
  • JPQL query using IsNull condition 9 months ago

Featured Posts

  • MySQL Docker Image Example
  • Dockerize Hello World Java Program
  • Write a Program to find the second largest number in array in Java
  • JPQL query using Containing condition
  • JPQL query using Ending With condition

Most Viewed Posts

  • A Complete CRUD Application with Spring MVC and MyBatis/iBatis (26,348)
  • Login Form in JavaFX with MySQL Database (25,067)
  • Angular 2 and Spring REST Simple CRUD Application (23,024)
  • Spring Data JPA findBy Multiple Columns with Example (21,240)
  • Spring Data JPA findBy Column Name with Example (19,220)

Categories

  • Angular 10 (2)
  • Angular 2 (2)
  • Angular 9 (7)
  • AWS (1)
  • Boostrap 4 (25)
  • Core Java (45)
  • Core Java Programs (41)
  • CRUD Applications (34)
  • CSS (28)
  • Design Patterns (2)
  • DevOps (1)
  • Docker (2)
  • Express.js (8)
  • Golang (6)
  • GraphQL (5)
  • Hibernate (26)
  • High Charts (3)
  • HTML (53)
  • Interview Programs (34)
  • Java Swings (4)
  • JavaFX (2)
  • Javascript (35)
  • Javascript Programs (23)
  • JDBCTemplate (6)
  • JPA (85)
  • jQuery (20)
  • JSF (21)
  • JSP (42)
  • Mongoose (7)
  • MyBatis/iBatis (2)
  • Nodejs (8)
  • React.js (12)
  • REST Services (100)
  • Servlets (4)
  • SOAP Services (1)
  • Spring Boot (152)
  • Spring MVC (130)
  • Spring Security (17)
  • Testing (2)
  • Thymeleaf (10)
  • Tools (1)
  • Uncategorized (5)
  • Utilities (1)
Copyright © 2022. Created by Bushan Sirgur. Powered by B2 Tech.
  • Facebook
  • Linkedin
  • Instagram
  • Youtube
  • Github
  • Home
  • Java
    • Core Java
    • Core Java Programs
    • Java Swings
    • JavaFX
  • Web Technologies
    • Angular 10
    • Angular 2
    • Angular 9
    • Boostrap 4
    • CSS
    • Express.js
    • High Charts
    • HTML
    • Javascript
    • Javascript Programs
    • jQuery
    • Mongoose
    • Nodejs
    • Typescript
  • Advance Java/J2EE
    • JSF
    • JSP
    • Servlets
    • Thymeleaf
    • Spring MVC
    • Spring JDBC
    • Spring Boot
    • JPA
    • Hibernate
    • Struts
    • MyBatis/iBatis
  • Interview Programs
  • Web Services
    • REST Services
    • SOAP Services
  • Spring Boot
    • Spring Boot [100+ Tutorials]
    • Spring Security
    • Spring Annotations
    • Spring Data JPA
    • GraphQL and Spring Boot
  • About
  • Contact
  • Udemy Courses
    • React and Spring Boot
    • Angular and Spring Boot
  • Cloud
    • AWS
  • Facebook
  • Twitter
  • Google Plus