Skip to content
B2 Tech
  • Home
  • Blog
  • Java
    • Core Java
    • Java Swings
    • JavaFX
  • Web Technologies
    • Angular 10
    • Angular 2
    • Angular 9
    • Boostrap 4
    • CSS
    • Express.js
    • High Charts
    • HTML
    • Javascript
    • 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
  • Cloud
    • AWS
  • Me
    • Youtube
    • Udemy
    • About
    • Github
    • Contact
    • Privacy Policy
  • Toggle website search
Menu Close
  • Home
  • Blog
  • Java
    • Core Java
    • Java Swings
    • JavaFX
  • Web Technologies
    • Angular 10
    • Angular 2
    • Angular 9
    • Boostrap 4
    • CSS
    • Express.js
    • High Charts
    • HTML
    • Javascript
    • 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
  • Cloud
    • AWS
  • Me
    • Youtube
    • Udemy
    • About
    • Github
    • Contact
    • Privacy Policy
  • Toggle website search

Author: Bushan Sirgur

This author has written 394 articles
  1. Home>
  2. Bushan Sirgur>
  3. Page 7
JPA / REST Services / Spring Boot / Spring MVC

Spring Boot Swagger Open API 3 with Example

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…

0 Comments
June 27, 2021
JPA / REST Services / Spring Boot / Spring MVC

Swagger API Documentation Example Spring Boot

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…

0 Comments
June 26, 2021
JPA / REST Services / Spring Boot / Spring MVC

Spring Boot and Data JPA @NamedNativeQuery annotation with Example

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…

0 Comments
June 22, 2021
JPA / REST Services / Spring Boot / Spring MVC

Spring Boot and Data JPA @NamedQuery Annotation with Example

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…

0 Comments
June 21, 2021
Uncategorized

Spring Boot and Data JPA Native Query with Example

Hey guys in this post, we will discuss native queries in Data JPA with Example. We will create a spring boot project step by step and connect it to the…

1 Comment
June 20, 2021
Boostrap 4 / CSS / HTML / Javascript / jQuery

Javascript Random Joke API Project for Beginners

Hey guys in this post, we will create a Javascript random Joke project for Beginners. Follow this tutorial till the end to understand the javascript concepts. we will create this…

0 Comments
June 20, 2021
JPA / REST Services / Spring Boot / Spring MVC

Spring Data JPA One to Many Bi-directional Example

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…

0 Comments
June 19, 2021
Boostrap 4 / CSS / HTML / Javascript / jQuery

Javascript Budget Project for Intermediates

Hey guys in this post, we will create a Javascript budget project for intermediates. Follow this tutorial till the end to understand the javascript concepts. we will create this project…

0 Comments
June 18, 2021
JPA / REST Services / Spring Boot / Spring MVC

Spring Data JPA One to Many Uni-directional Example

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…

1 Comment
June 18, 2021
Spring Boot / JPA / REST Services / Spring MVC

Spring Boot JPA One to One Bi-directional with Example

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…

2 Comments
June 17, 2021
Boostrap 4 / CSS / HTML / Javascript / jQuery

Javascript Flash Card Project for Beginners

Hey guys in this post, we will create a Javascript flashcard project for beginners. Follow this tutorial till the end to understand the javascript concepts. we will create this project…

0 Comments
June 16, 2021
Javascript / Boostrap 4 / CSS / jQuery

Javascript Form Based Project for Beginners

Hey guys in this post, we will create Javascript form-based project for beginners. We will create this project step by step, follow this tutorial till the end to understand how…

0 Comments
June 15, 2021
Javascript / CSS / HTML / jQuery

Javascript Todo Application for Intermediate

Hey guys in this post, we will create a Javascript Todo Application for intermediate. We will create this project step by step. Follow this tutorial till the end to understand…

0 Comments
June 14, 2021
JPA / REST Services / Spring Boot / Spring MVC

Spring Data JPA JPQL Join Query with Example

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…

2 Comments
June 14, 2021
JPA / REST Services / Spring Boot / Spring MVC

Spring Data JPA Join Query Example

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…

2 Comments
June 13, 2021
JPA / REST Services / Spring Boot / Spring MVC

Spring Boot and JPA One to One Mapping with Example

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…

2 Comments
June 12, 2021
JPA / REST Services / Spring Boot / Spring MVC

Spring Boot JPQL Update Query with Example

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…

1 Comment
June 11, 2021
JPA / REST Services / Spring Boot / Spring MVC

Spring Boot Data JPA JPQL Delete Query

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…

1 Comment
June 10, 2021
Hibernate / JPA / REST Services / Spring Boot / Spring MVC

Spring Boot Data JPA JPQL Select Query

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.…

0 Comments
June 9, 2021
Boostrap 4 / CSS / HTML / Javascript / jQuery

Javascript Simple Add to Cart Project for Beginners

Hey guys in this post, we will create a simple Javascript add-to-cart project. Follow this tutorial till the end to understand the Javascript basics. The project is already live on…

0 Comments
June 8, 2021
JPA / REST Services / Spring Boot / Spring MVC / Spring Security

Configure Roles in Spring Security

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…

0 Comments
June 7, 2021
Boostrap 4 / CSS / HTML / Javascript / jQuery

Javascript Simple Todo Project for Beginners

Hey guys in this post, we will create a simple Javascript Todo List project step-by-step. Follow this post till the end to learn about the Javascript basics. The project is…

0 Comments
June 7, 2021
Spring Boot / JPA / REST Services / Spring MVC / Spring Security

Configure Authorities in Spring Security Application

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…

2 Comments
June 5, 2021
Javascript / Boostrap 4 / CSS / HTML

Simple Javascript Tip Calculator

Hey guys in this post, we will create a simple Javascript Tip Calculator. Follow this tutorial, we will create the project step by step. The project is already live on…

0 Comments
June 4, 2021
CSS / HTML / Javascript

Javascript Simple Calculator Project

Hey guys in this post, we will create a simple javascript calculator that performs basic math operations like addition, subtraction, multiplication, and division. The project live on the web, you…

0 Comments
June 3, 2021
JPA / REST Services / Spring Boot / Spring MVC / Spring Security

Customize the Authentication Provider in Spring Security Application

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…

0 Comments
June 3, 2021
Boostrap 4 / CSS / HTML / Javascript

Javascript Modal Project for Beginners

Hey guys, in this post we will create Javascript Modal step by step. The project is deployed to the Github pages, you can check the final version of the application…

0 Comments
June 2, 2021
Spring Security / JPA / REST Services / Spring Boot / Spring MVC

Implement password encoder in Spring Security Application using BCryptPasswordEncoder

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…

0 Comments
June 1, 2021
HTML / Boostrap 4 / CSS / Javascript / jQuery

Javascript Filter Project for Beginners

Hey, guys in this post, we will create a simple javascript project and we will add the filter to search the items. The project is deployed to the Github pages,…

0 Comments
June 1, 2021
JPA / REST Services / Spring Boot / Spring MVC / Spring Security

Customize Spring Security to Create our own custom implementation of UserDetailsService

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…

0 Comments
May 31, 2021
  • Go to the previous page
  • 1
  • …
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • …
  • 14
  • Go to the next page
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

Most Viewed Posts

  • Java Comments Best Practices Example
  • Spring Data JPA findBy Multiple Columns with Example
  • Spring Data JPA findBy Column Name with Example
  • A Complete CRUD Application with Spring MVC and MyBatis/iBatis
  • Login Form in JavaFX with MySQL Database
  • Spring Data JPA Between Date Example
  • Spring boot @RequestMapping annotation with example
  • Angular 2 and Spring REST Simple CRUD Application
  • Spring boot @Bean annotation with example
  • Calculate AGE based on Date of birth using jQuery Calendar

Join Our Newsletter



Spring Security Tutorials

Add Spring Security to Spring application

Customize username and password in Spring security

Customize URI mapping with Spring security

Customize Spring security to permit all requests

Customize Spring security to deny all requests

Spring security configure users using inMemoryAuthentication

Spring security configure users using InMemoryUserDetailsManager

Popular Spring Boot Tutorials

Spring Data JPA + MySQL REST API Tutorial [2021 Edition]

Spring Data Rest + MySQL REST API Tutorial

Spring Boot + MongoDB REST API Tutorial [2021 Edition]

Spring Data JPA + H2 Database REST API Tutorial

Spring Boot + Hibernate + MySQL Tutorial

Spring Boot + Hibernate + MySQL  Web application Tutorial

Spring Boot and MongoDB REST API Tutorial [2019 Edition]

Spring Annotations

@PathVariable

@RequestParam

@RequestBody

@ResponseBody

@RequestMapping

@Autowire

@Bean

@ExceptionHandler

@ControllerAdvice

@Valid

@PostConstruct

@ResponseStatus

@ModelAttribute

@RequestHeader

@Controller

@RestController

@Value

Popular Tutorials

Javascript tutorial

Core java tutorial

Java 8 stream tutorial

Spring MVC tutorial

Hibernate tutorial

Spring boot tutorial [100+ Posts]

Angular 9 and Spring boot tutorial

Angular 9 + Spring boot + MySQL [Part 1]

Angular 9 + Spring boot + MySQL [Part 2]

Angular 9 + Spring boot + MySQL [Part 3]

Angular 9 + Spring boot + MySQL [Part 4]

Angular 9 + Spring boot + MySQL [Part 5]

Angular 9 + Spring boot + MySQL [Part 6]

Angular 9 + Spring boot + MySQL [Part 7]

Categories

  • Angular 10
  • Angular 2
  • Angular 9
  • AWS
  • Boostrap 4
  • Core Java
  • CRUD Applications
  • CSS
  • Design Patterns
  • DevOps
  • Docker
  • Express.js
  • Golang
  • GraphQL
  • Hibernate
  • High Charts
  • HTML
  • Java Programs
  • Java Swings
  • JavaFX
  • Javascript
  • JDBCTemplate
  • JPA
  • jQuery
  • JSF
  • JSP
  • JUnit 5
  • Linux
  • Mongoose
  • MyBatis/iBatis
  • MySQL
  • Nodejs
  • Productivity
  • React.js
  • REST Services
  • Servlets
  • SOAP Services
  • Spring Boot
  • Spring MVC
  • Spring Security
  • SQL
  • Testing
  • Thymeleaf
  • Tools
  • Uncategorized
  • Utilities

Useful Links

  • ContactOpens in a new tab
  • About MeOpens in a new tab
  • YoutubeOpens in a new tab
  • GithubOpens in a new tab
  • UdemyOpens in a new tab
  • Privacy PolicyOpens in a new tab
  • Facebook
  • Linkedin
  • Instagram
  • Youtube
  • Github
Copyright © 2018 - 2023 B2 Tech All rights reversed