Spring Boot REST API Using JPA, Hibernate, MySQL Tutorial

Spring Boot REST API Using JPA, Hibernate, MySQL Tutorial

In this article, I’m going to explain how we can build a REST API using JPA, Hibernate, and MySQL in Spring Boot. Here JPA (Java Persistence API) is used to access, manage, and persist data ...

How to Handle exceptions in Spring Boot REST API using Global Exception Handler

How to Handle exceptions in Spring Boot REST API using Global Exception Handler

Exception handling is one of the core concepts which is really necessary when we build an applicati ...

How to Use Flyway with Spring Boot For Database Migrations

How to Use Flyway with Spring Boot For Database Migrations

Flyway is one of the best open-source database migration tools. Flyway sup ...

How to Serve Image Stored in a Server Using Spring Boot

How to Serve Image Stored in a Server Using Spring Boot

Let’s assume you need to create a direct link to serve an image file stored in a web server using S ...