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

rest api

  1. Home>
  2. Blog>
  3. rest api
Read more about the article Spring Boot REST API Integration Testing with JUnit 5
Spring Boot

Spring Boot REST API Integration Testing with JUnit 5

Hey guys in this post, we will learn about writing JUnit integration test cases for Spring Boot REST API. In the previous posts, we discussed writing the JUnit test cases…

0 Comments
October 12, 2022
Read more about the article Effortless Spring Boot File Upload and Download with database: A Comprehensive Guide
JPA / REST Services / Spring Boot / Spring MVC

Effortless Spring Boot File Upload and Download with database: A Comprehensive Guide

Welcome to the world of "Spring Boot File Upload and Download with database." In today's data-driven era, handling files within your Spring Boot applications, while seamlessly integrating them with a…

0 Comments
September 2, 2022
Read more about the article Effortless Spring Boot File Upload and Download REST API: A Comprehensive Guide
JPA / Hibernate / REST Services / Spring Boot

Effortless Spring Boot File Upload and Download REST API: A Comprehensive Guide

Welcome to the world of "Spring Boot File Upload and Download REST API" In today's data-driven era, handling files within your Spring Boot applications, while seamlessly integrating them with a…

1 Comment
September 1, 2022
JPA / REST Services / Spring Boot / Spring MVC / Spring Security

Spring Security Login REST API with MySQL Database

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…

1 Comment
January 17, 2022
JPA / REST Services / Spring Boot / Spring MVC

Spring Data JPA exists by field with Example

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…

2 Comments
January 17, 2022
JPA / React.js / REST Services / Spring Boot / Spring MVC

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

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…

4 Comments
September 11, 2021
JPA / REST Services / Spring Boot / Spring MVC

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

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…

1 Comment
September 10, 2021
JPA / React.js / REST Services / Spring Boot / Spring MVC

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

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…

0 Comments
September 8, 2021
JPA / React.js / REST Services / Spring Boot / Spring MVC

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

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…

0 Comments
September 8, 2021
JPA / React.js / REST Services / Spring Boot / Spring MVC

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

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…

1 Comment
September 8, 2021
Spring MVC / REST Services / Spring Boot

Spring Boot Project Structure Best Practices

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…

0 Comments
September 6, 2021
JPA / React.js / REST Services / Spring Boot / Spring MVC

Full Stack Project with React and Spring Boot – Add Bootstrap Styling to React application [Part 3]

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…

2 Comments
September 6, 2021
Spring Boot / JPA / React.js / REST Services / Spring MVC

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

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…

0 Comments
September 5, 2021
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]

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…

0 Comments
September 5, 2021
Spring Boot / React.js / REST Services / Spring MVC

React and Spring Boot Integration

Hey guys in this post, we will discuss about integrating React with Spring boot application. We will create a REST end point in Spring boot and we will consume that…

1 Comment
September 4, 2021
Spring Boot

Spring Boot Starters and Dependencies List

Hey guys in this post, we will discuss about Spring boot starters and their dependencies list in detail. What are Spring boot starters? The spring boot starters provide the required…

0 Comments
August 24, 2021
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