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 Services

  1. Home>
  2. Blog>
  3. Web Services>
  4. REST Services
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
Spring Boot / REST Services / Spring MVC

Run Spring Boot Application Command Line Maven

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…

0 Comments
October 19, 2021
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
JPA / REST Services / Spring Boot / Spring MVC / Spring Security

Spring Boot Security JWT Token Based Authentication Example

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…

2 Comments
August 10, 2021
Spring Boot / REST Services / Spring MVC / Spring Security

Spring Security method level annotation @PreAuthorize Example

Hey guys in this post, we will discuss Spring security method level annotation @PreAuthorize with complete code example Overview The @PreAuthorize can check for authorization before entering into method. The @PreAuthorize authorizes on the…

0 Comments
August 9, 2021
JDBCTemplate / CRUD Applications / REST Services / Spring Boot / Spring MVC

Spring Boot JdbcTemplate CRUD Operations MySQL

Hey guys in this post, we will discuss creating Spring boot REST API that connects to the relational database MySQL and perform the database operations such as Create, Read, Update…

0 Comments
August 6, 2021
Uncategorized / JDBCTemplate / REST Services / Spring Boot / Spring MVC

Spring JdbcTemplate Update Example

Hey guys in this post, we will discuss updating the record in the database using JdbcTemplate in Spring boot application with full code example Overview JdbcTemplate is class which will…

1 Comment
August 6, 2021
JDBCTemplate / REST Services / Spring Boot / Spring MVC

Spring JdbcTemplate Save Object

Hey guys in this post, we will discuss save the object in database using Spring JdbcTemplate in Spring boot with full code example Overview JdbcTemplate is class which will help…

0 Comments
August 5, 2021
JDBCTemplate / REST Services / Spring Boot / Spring MVC

Spring JdbcTemplate Delete Example

Hey guys in this post, we will discuss deleting a record from the database using JdbcTemplate in Spring boot application. Overview JdbcTemplate is class which will help us to query…

0 Comments
August 4, 2021
JDBCTemplate / REST Services / Spring Boot / Spring MVC

Spring JdbcTemplate queryForObject() with Example

Hey guys in this post, we will discuss fetch the single record from the database using Spring JdbcTemplate in Spring Boot. Overview JdbcTemplate is class which will help us to…

2 Comments
August 4, 2021
JDBCTemplate / REST Services / Spring Boot / Spring MVC

Spring Boot JDBCTemplate Select Query Example

Hey guys in this post, we will discuss retrieving the records from database using JDBCTemplate in Spring Boot with complete example. Overview JDBCTemplate is class which will help us to…

0 Comments
July 29, 2021
Spring Boot / REST Services / Spring MVC / Spring Security

Everything need to know about Matchers methods in Spring Security

Hey guys in this post, we will discuss everything need to know about Spring security matcher methods. This is the continuation of the previous post, please follow the previous post…

1 Comment
July 7, 2021
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
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
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
  • 1
  • 2
  • 3
  • 4
  • 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