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>
  5. Page 3
Hibernate / JPA / REST Services / Spring Boot / Spring MVC

Spring Data JPA Between Date Example

Hey guys in this post, we will discuss the Data JPA finder method Between examples Overview JPA finder methods are the most powerful methods, we can create finder methods to…

0 Comments
March 29, 2021
JPA / Hibernate / REST Services / Spring Boot / Spring MVC

Spring Data JPA Contains Query with Example

Hey guys in this post, we will discuss the Data JPA finder method Containing examples Overview JPA finder methods are the most powerful methods, we can create finder methods to…

3 Comments
March 27, 2021
Hibernate / JPA / REST Services / Spring Boot / Spring MVC

Spring Data JPA Greater than with Example

Hey guys in this post, we discuss Data JPA finder method greater than and less than with examples Overview JPA finder methods are the most powerful methods, we can create…

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

Spring Data JPA findBy Multiple Columns with Example

Hey guys in this post, we discuss Data JPA finder methods by multiple field names with examples. Overview JPA finder methods are the most powerful methods, we can create finder…

4 Comments
March 24, 2021
Hibernate / JPA / REST Services / Spring Boot / Spring MVC

Spring Data JPA findBy Column Name with Example

Hey guys in this post, we discuss Data JPA finder methods by field name with example. Overview JPA finder methods are the most powerful methods, we can create finder methods…

2 Comments
March 23, 2021
Spring Boot / REST Services / Spring MVC

Spring @GetMapping, @PostMapping, @PutMapping, @DeleteMapping and @PatchMapping Annotation with Examples

Hey guys in this post, we will discuss spring @GetMapping, @PostMapping, @PutMapping, @PatchMapping and @DeleteMapping annotation with examples Overview These annotations have been introduced in the spring 4.3version. These annotations…

0 Comments
March 21, 2021
Spring Boot / REST Services / Spring MVC

Spring Boot validation using Hibernate validator

Hey guys in this post, we will discuss adding validation to the spring boot application using Hibernate validator. Overview Hibernate Validator is the reference implementation of Bean validation API. With…

0 Comments
March 20, 2021
Spring Boot / REST Services / Spring MVC

Spring @RestController Annotation with Example

Hey guys in this post, we will discuss spring @RestController annotation with example. Overview @RestController annotation is mainly used for building restful web services using Spring MVC. It is a…

0 Comments
March 18, 2021
Spring Boot / REST Services / Spring MVC

Spring @RequestHeader Annotation with Example

Hey guys in this post, we will discuss Spring @RequestHeader annotation with example. Overview @RequestHeader annotation binds request header values to method parameters. Given below are the available fields that…

0 Comments
March 12, 2021
Spring Boot / REST Services / Spring MVC

Spring ResponseEntity Example

Hey guys in this post, we will discuss Spring ResponseEntity with example. Overview ResponseEntity is meant to represent the entire HTTP response. We can control anything that goes into it…

0 Comments
March 12, 2021
Spring Boot / REST Services / Spring MVC

Spring @PostConstruct Annotation with Example

Hey guys, in this post we will discuss spring @PostConstruct annotation with example. Overview @PostConstruct can be applied to a method, the given bean is executed after all injections have…

0 Comments
March 7, 2021
Spring Boot / Hibernate / REST Services / Spring MVC

Spring MVC @Valid annotation with Example

Hey guys in this post we will discuss @Valid annotation in Spring MVC with example. Overview @Valid annotation is nothing to do with Spring because it is not a part…

0 Comments
March 6, 2021
JPA / CRUD Applications / Hibernate / REST Services / Spring Boot / Spring MVC / Testing

Spring Boot REST API Testing using JUnit

Hey guys in this post, we will write JUnit test cases for Spring boot REST API. We will write test cases for database operations like Create, Read, Update and Delete.…

0 Comments
February 26, 2021
JPA / CRUD Applications / Hibernate / REST Services / Spring Boot / Spring MVC

Spring Boot, PostgreSQL, JPA, Hibernate RESTful CRUD API Example

Hey guys in this post, we will learn about creating REST API with Spring Boot, PostgreSQL, JPA, and Hibernate. We will also perform the basic CRUD (Create, Read, Update, Delete)…

1 Comment
February 17, 2021
Spring Boot / REST Services / Spring MVC

Spring boot @PathVariable annotation Example

Hey guys in this post we will discuss about the Spring boot @PathVariable annotation and their example in detail. Overview Spring boot @PathVariable annotation used on a method argument to…

0 Comments
February 8, 2021
Spring Boot / Hibernate / JPA / REST Services / Spring MVC

Spring Boot, Hibernate, JPA and H2 Database CRUD REST API Example

Hey guys in this post, we will learn about creating REST API with Spring Boot, H2 Database, JPA, and Hibernate. We will also perform the basic CRUD (Create, Read, Update,…

3 Comments
February 5, 2021
Hibernate / CRUD Applications / JPA / REST Services / Spring Boot / Spring MVC

Spring Boot, MySQL, JPA, Hibernate Restful CRUD API Tutorial [2021]

Hey guys in this post, we will learn about creating REST API with Spring Boot, MySQL, JPA, and Hibernate. We will also perform the basic CRUD (Create, Read, Update, Delete)…

1 Comment
February 4, 2021
Spring Boot / CRUD Applications / JPA / REST Services

Spring Data Rest with MySQL database [2021]

Hey guys in this post, we will discuss how to create spring boot REST API using Spring Data Rest module and we will connect it to the MySQL database. We…

1 Comment
January 27, 2021
REST Services / SOAP Services

HTTP Status codes with examples

Hey guys in this post we will discuss the most commonly used HTTP status codes with completed examples. HTTP response status codes indicate whether a specific HTTP request has been…

1 Comment
January 21, 2021
Angular 10 / REST Services

Angular 10 HTTP GET Request Example

Hey guys in this post we will discuss how to make HTTP GET requests in Angular 10. We will use Fake REST API to make the GET requests. Here is…

0 Comments
January 13, 2021
CRUD Applications / REST Services / Spring Boot

Spring boot and MongoDB REST API CRUD Tutorial [Updated 2021]

Hey, guys in this, we will learn connecting the spring boot REST API that connects to the MongoDB database and we will perform the basic database operations like Create, Read,…

0 Comments
November 28, 2020
CRUD Applications / Express.js / Mongoose / Nodejs / REST Services

Building REST API with Node.js, Express and MongoDB using Async and Await

Hey guys, in this post, we will be creating an end to end RESTful CRUD API with Node.js, Express, Mongoose, and MongoDB. Yes, we will use Mongoose for communicating with…

0 Comments
September 30, 2020
CRUD Applications / Express.js / Mongoose / Nodejs / REST Services

Building Restful CRUD API with Node.js, Express, Mongoose and MongoDB

Hey guys, in this post, we will be creating an end to end RESTful CRUD API with Node.js, Express, Mongoose, and MongoDB. Yes, we will use Mongoose for communicating with…

0 Comments
September 29, 2020
Express.js / Mongoose / Nodejs / REST Services

NodeJS, Express, Mongoose and MongoDB RESTful Web Service – DELETE Request

Hey guys, in the previous post we discussed about updating the document with HTTP PATCH request. In this post, we will discuss about deleting document with HTTP DELETE request. let's…

1 Comment
September 20, 2020
Express.js / Mongoose / Nodejs / REST Services

NodeJS, Express, Mongoose and MongoDB RESTful Web Service – PATCH Request

Hey guys, in our previous post we discussed about retrieving the documents from mongodb using GET request. so in this post we will discuss that updating the document using PATCH…

1 Comment
September 20, 2020
Express.js / Mongoose / Nodejs / REST Services

NodeJS, Express, Mongoose and MongoDB RESTful Web Service – POST Request [Part 2]

Hey guys, welcome back to my blog. In my previous post we discussed about saving the document to mongodb database using save() method. But there are 2 more methods available…

0 Comments
September 20, 2020
Read more about the article NodeJS, Express, Mongoose and MongoDB RESTful Web Service – GET Request
Express.js / Mongoose / Nodejs / REST Services

NodeJS, Express, Mongoose and MongoDB RESTful Web Service – GET Request

Hey in this article, we will discuss how to make HTTP GET requests using NodeJS and Express. In the previous post, we discussed the HTTP POST request, where we saved…

0 Comments
August 6, 2020
Read more about the article NodeJS, Express, Mongoose and MongoDB RESTful Web Service – POST Request [Part 1]
Express.js / Mongoose / Nodejs / REST Services

NodeJS, Express, Mongoose and MongoDB RESTful Web Service – POST Request [Part 1]

Hey guys, recently I get a chance to explore Nodejs and Express, in my opinion, I think NodeJS and Express is a great option for building restful web services because…

2 Comments
August 6, 2020
Read more about the article Angular 9 and Spring Boot CRUD Tutorial – Feature 4 Delete expense details
Angular 9 / Boostrap 4 / CRUD Applications / CSS / HTML / JPA / REST Services / Spring Boot

Angular 9 and Spring Boot CRUD Tutorial – Feature 4 Delete expense details

Hey everyone, in the previous post we discussed updating the expense details, and in this post, we will discuss deleting an expense. we can delete expense from two different places,…

0 Comments
July 30, 2020
Read more about the article Angular 9 and Spring Boot CRUD Tutorial – Feature 3 Update expense details
Angular 9 / Boostrap 4 / CRUD Applications / CSS / HTML / JPA / REST Services / Spring Boot

Angular 9 and Spring Boot CRUD Tutorial – Feature 3 Update expense details

Hey in the previous post we covered saving the expense details to the database, in this post we will cover updating the expense details. We will continue with the same…

0 Comments
July 26, 2020
  • Go to the previous page
  • 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