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

Category - JPA

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

Full Stack Project with React and Spring Boot – Add React Router [Part 2]

September 5, 2021
by Bushan Sirgur
4 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 add React router 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 – Display the data in HTML table [Part 1]

September 5, 2021
by Bushan Sirgur
8 min read
Add Comment

Hey guys welcome to the Full stack project with React and Spring boot, this is the Part-1 of this series. In this post, we will discuss displaying the records in HTML table. Read More: Check the Complete Spring Boot Tutorials...

Continue reading

  • Boostrap 4
  • HTML
  • JPA
  • jQuery
  • Spring Boot
  • Spring MVC
  • Thymeleaf

Spring boot thymeleaf jQuery Datatable

August 22, 2021
by Bushan Sirgur
9 min read
Add Comment

Hey guys in this post, we will discuss adding jQuery datatable to the Spring boot and Thymeleaf web application with full coding example Complete Example We will create this example step by step, follow this tutorial till the...

Continue reading

  • Boostrap 4
  • HTML
  • JPA
  • Spring Boot
  • Spring MVC
  • Thymeleaf

Spring boot thymeleaf Delete record from Database

August 21, 2021
by Bushan Sirgur
9 min read
Add Comment

Hey guys in this post, we will discuss deleting a record from the database in Spring boot Thymeleaf with full coding example Overview th:each is a thymeleaf special attribute, used to iteration over collections th:text...

Continue reading

  • Boostrap 4
  • HTML
  • JPA
  • Spring Boot
  • Spring MVC
  • Thymeleaf

Spring Boot thymeleaf Update form

August 21, 2021
by Bushan Sirgur
9 min read
Add Comment

Hey guys in this post, we will discuss Spring boot Thymeleaf updating the form data to the database with full coding example. Overview th:each is a thymeleaf special attribute, used to iteration over collections th:text...

Continue reading

  • Boostrap 4
  • HTML
  • JPA
  • Spring Boot
  • Spring MVC
  • Thymeleaf

Spring Boot thymeleaf form Submit Example

August 21, 2021
by Bushan Sirgur
8 min read
1 Comment

Hey guys in this post, we will discuss submitting the form data to the database in Spring boot and Thymeleaf with full coding example. Overview th:each is a thymeleaf special attribute, used to iteration over...

Continue reading

  • JPA
  • Spring Boot
  • Spring MVC
  • Thymeleaf

Spring Boot Thymeleaf Display List of Records from Database

August 13, 2021
by Bushan Sirgur
6 min read
Add Comment

Hey guys in this post, we will discuss displaying the database records in Thymeleaf template in Spring boot application. Overview th:each is a thymeleaf special attribute, used to iteration over collections th:text attribute...

Continue reading

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

Spring Boot Security JWT Token Based Authentication Example

August 10, 2021
by Bushan Sirgur
15 min read
2 Comments

Hey guys in this post, we will discuss Spring security JWT token based authentication with mysql database. Complete Example We will create this example step by step, follow this tutorial till the end Read More: Check the...

Continue reading

  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC

Spring Boot Swagger Open API 3 with Example

June 27, 2021
by Bushan Sirgur
6 min read
Add Comment

Hey guys in this post, we will discuss documenting the Spring Boot REST APIs using Swagger Open API 3 with Example Overview The OpenAPI Specification, originally known as the Swagger Specification, is a specification for...

Continue reading

  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC

Swagger API Documentation Example Spring Boot

June 26, 2021
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this post, we will discuss adding API documentation for the Spring Boot application using Swagger. Overview Swagger is an Interface Description Language for describing RESTful APIs expressed using JSON. Swagger is...

Continue reading

  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC

Spring Boot and Data JPA @NamedNativeQuery annotation with Example

June 22, 2021
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this post, we will discuss Data JPA @NamedNativeQuery annotation with Example. We will create a spring boot project step by step and connect it to the MySQL database. This is the continuation of the previous post...

Continue reading

  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC

Spring Boot and Data JPA @NamedQuery Annotation with Example

June 21, 2021
by Bushan Sirgur
6 min read
Add Comment

Hey guys in this post, we will discuss Data JPA @NamedQuery annotation with Example. We will create a spring boot project step by step and connect it to the MySQL database. This is the continuation of the previous post, please...

Continue reading

  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC

Spring Data JPA One to Many Bi-directional Example

June 19, 2021
by Bushan Sirgur
9 min read
Add Comment

Hey guys in this post, we will discuss JPA One-to-Many Bi-directional mapping with Example. We will create a spring boot project step by step and connect it to the MySQL database. Follow this tutorial till the end to understand...

Continue reading

  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC

Spring Data JPA One to Many Uni-directional Example

June 18, 2021
by Bushan Sirgur
9 min read
1 Comment

Hey guys in this post, we will discuss JPA One-to-Many Uni-directional mapping with Example. We will create a spring boot project step by step and connect it to the MySQL database. Follow this tutorial till the end to understand...

Continue reading

  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC

Spring Boot JPA One to One Bi-directional with Example

June 17, 2021
by Bushan Sirgur
9 min read
2 Comments

Hey guys in this post, we will discuss JPA One-to-One Bi-directional mapping with Example. We will create a spring boot project step by step and connect it to the MySQL database. This is the continuation of the previous post...

Continue reading

  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC

Spring Data JPA JPQL Join Query with Example

June 14, 2021
by Bushan Sirgur
7 min read
2 Comments

Hey guys in this post, we will discuss the JPQL Join query in Spring Data JPA. We will create a spring boot project step by step and connect it to the MySQL database. Follow this tutorial till the end to understand the JPQL join...

Continue reading

  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC

Spring Data JPA Join Query Example

June 13, 2021
by Bushan Sirgur
7 min read
2 Comments

Hey guys in this post, we will write Join query in Spring Data JPA with Example. We will create a Spring boot project step by step and connect it to the MySQL database. Follow this tutorial till the end to understand the Data JPA...

Continue reading

  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC

Spring Boot and JPA One to One Mapping with Example

June 12, 2021
by Bushan Sirgur
7 min read
2 Comments

Hey guys in this post, we will discuss one-to-one mapping in Data JPA with Spring Boot. We will create a spring boot project step by step and connect it to the MySQL database. Follow this tutorial till the end to understand...

Continue reading

  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC

Spring Boot JPQL Update Query with Example

June 11, 2021
by Bushan Sirgur
7 min read
1 Comment

Hey guys in this post, we will discuss writing a JPQL update query with Example. We will create a spring boot project step by step and connect it to the MySQL database. Follow this tutorial till the end to understand the JPQL...

Continue reading

  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC

Spring Boot Data JPA JPQL Delete Query

June 10, 2021
by Bushan Sirgur
7 min read
1 Comment

Hey guys in this post, we will discuss writing Data JPA JPQL delete query with example. We will create a spring boot project step by step and connect it to the MySQL database. Follow this tutorial till the end to know about...

Continue reading

  • Hibernate
  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC

Spring Boot Data JPA JPQL Select Query

June 9, 2021
by Bushan Sirgur
8 min read
Add Comment

Hey guys in this post, we will discuss JPQL select query with an example. We will create a spring boot project step by step and connect it to the database. Follow this tutorial till the end to understand about JPQL select...

Continue reading

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

Configure Roles in Spring Security

June 7, 2021
by Bushan Sirgur
10 min read
Add Comment

Hey guys in this post, we will discuss configuring roles in the Spring security application. This is the continuation of the previous post, please follow that post before proceeding with this. Complete example There are...

Continue reading

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

Configure Authorities in Spring Security Application

June 5, 2021
by Bushan Sirgur
10 min read
2 Comments

Hey guys in this post, we will discuss configuring authorities in the Spring security application. This is the continuation of the previous post, please follow that post before proceeding with this. Complete example There are...

Continue reading

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

Customize the Authentication Provider in Spring Security Application

June 3, 2021
by Bushan Sirgur
9 min read
Add Comment

Hey guys in this post, we will discuss customizing the Authentication provider in Spring Security. This is the continuation of the previous post, please follow that post before proceeding with this. Complete example There are...

Continue reading

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

Implement password encoder in Spring Security Application using BCryptPasswordEncoder

June 1, 2021
by Bushan Sirgur
8 min read
Add Comment

Hey guys in this post, we will discuss implementing a password encoder in the Spring Security application using BCryptPasswordEncoder. It is one of the implementations of PasswordEncoder. This is the continuation of the previous...

Continue reading

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

Customize Spring Security to Create our own custom implementation of UserDetailsService

May 31, 2021
by Bushan Sirgur
8 min read
Add Comment

Hey guys in this post, we will discuss creating our own implementation of UserDetailsService with step by step example. This is the continuation of the previous post, please read that post before proceeding with this. It is most...

Continue reading

  • Hibernate
  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC

Spring Boot JPA Pagination and Sorting with Example

April 25, 2021
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this post we will discuss Data JPA Sorting and Pagination with examples in Spring Boot. We have already discussed Soring and Pagination separately, you can follow the below articles to read more about them. >>...

Continue reading

  • Hibernate
  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC

Spring Data JPA Sort Multiple Columns with Examples

April 9, 2021
by Bushan Sirgur
9 min read
Add Comment

Hey guys in this post we will discuss and implement Sorting multiple columns in Data JPA with examples. Overview Data JPA provides Sorting option out of the box. To add Sorting option to our Repositories, we need to extend the...

Continue reading

  • Hibernate
  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC

Spring Data JPA Sort by Date with Example

April 8, 2021
by Bushan Sirgur
8 min read
Add Comment

Hey guys in this post we will discuss and implement Sorting in Data JPA with examples. Overview Data JPA provides Sorting support out of the box. To add Sorting support to our Repositories, we need to extend the...

Continue reading

  • Hibernate
  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC

Spring Data JPA Pagination with Example

April 7, 2021
by Bushan Sirgur
8 min read
Add Comment

Hey guys in this post we will discuss and implement Pagination in Data JPA with examples. Overview Pagination is often helpful when we have a large dataset and we want to present it to the user in smaller chunks. Data JPA...

Continue reading

Previous 1 2 3 Next
Build Real Time REST APIs with Spring Boot, JPA and MySQL

Build Real Time Web Application with Spring Boot, JPA and MySQL

Full Stack Application with React (React Hooks) and Spring Boot

Build Real Time Application with JSP and Servlets for Beginners

Support me


Love my tutorials? Please support me by donating:

About Author

View all posts

Support me


Love my tutorials? Please support me by donating:

Newsletter



Recent Posts

  • Adding JavaScript to a Web Page February 9, 2023
  • Deploy Spring Boot Application to Railway.App Service February 6, 2023
  • Most Important Commands For A Newbie Linux User January 2, 2023
  • Git Commands List with Examples December 16, 2022
  • Spring Boot REST API Integration Testing with JUnit 5 October 12, 2022
  • Spring Boot Unit Testing with JUnit Mockito and MockMvc September 28, 2022
  • Spring Boot File Upload and Download with Filesystem September 2, 2022
  • Spring Boot File Upload and Download with Database September 1, 2022
  • Spring Boot Unit Testing with JUnit Mockito and MockMvc August 29, 2022
  • Spring Boot Unit Testing with JUnit Mockito and MockMvc August 23, 2022

Featured Posts

  • Adding JavaScript to a Web Page
  • Deploy Spring Boot Application to Railway.App Service
  • Most Important Commands For A Newbie Linux User
  • Git Commands List with Examples
  • Spring Boot REST API Integration Testing with JUnit 5

Most Viewed Posts

  • Spring Data JPA findBy Multiple Columns with Example (41,080)
  • Spring Data JPA findBy Column Name with Example (39,424)
  • A Complete CRUD Application with Spring MVC and MyBatis/iBatis (35,662)
  • Login Form in JavaFX with MySQL Database (31,923)
  • Angular 2 and Spring REST Simple CRUD Application (25,564)

Categories

  • Angular 10 (2)
  • Angular 2 (2)
  • Angular 9 (7)
  • AWS (1)
  • Boostrap 4 (25)
  • Cloud (1)
  • 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 (27)
  • High Charts (3)
  • HTML (53)
  • Interview Programs (34)
  • Java Swings (4)
  • JavaFX (2)
  • Javascript (36)
  • Javascript Programs (23)
  • JDBCTemplate (6)
  • JPA (89)
  • jQuery (20)
  • JSF (21)
  • JSP (42)
  • JUnit 5 (10)
  • Linux (1)
  • Mongoose (7)
  • MyBatis/iBatis (2)
  • Nodejs (8)
  • React.js (12)
  • REST Services (103)
  • Servlets (4)
  • SOAP Services (1)
  • Spring Boot (159)
  • Spring MVC (131)
  • Spring Security (17)
  • Testing (2)
  • Thymeleaf (10)
  • Tools (3)
  • Uncategorized (5)
  • Utilities (2)
Copyright © 2023. 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