- Chinthaka Dinadasa
- 14 Oct, 2020
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 ...
- Chinthaka Dinadasa
- 08 Oct, 2020
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 ...
- Chinthaka Dinadasa
- 07 Oct, 2020
How to Use Flyway with Spring Boot For Database Migrations
Flyway is one of the best open-source database migration tools. Flyway sup ...
- Chinthaka Dinadasa
- 06 Oct, 2020
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 ...
- Chinthaka Dinadasa
- 05 Oct, 2020
How to Consume REST API Using Feign Client in Spring Boot
Spring Cloud OpenFeign is capable of communica ...