In this article, I’m going to explain how to implement Spring Boot project with pagination enabled API plus sorting and filtering. Here I’m using Pageable…
Java Dev
Latest posts - Page 3
Vue JS CRUD with Vuetify, Axios, Spring Boot REST API
In this article, I’ll explain how we can develop the Vue JS frontend by consuming a REST API covering CRUD operations with multiple UI…
Angular 10 CRUD with Spring Boot REST API
In this article, I’m going to explain how we can integrate both Angular frontend with REST API developed using Spring Boot. Additionally, I’m covering…
Spring Boot JWT Authentication using Spring Security
In this article, I’ll explain how we can implement a JWT (JSON Web Token) based authentication layer on Spring Boot CRUD API using Spring…
Spring Boot REST API CRUD With DynamoDB Tutorial
In this article, I’m going to explain how we can use DynamoDB with a Spring Boot application with developing a REST API which covers…
Spring Boot REST API Using Spring Data MongoDB Tutorial
In this article, I’m going to explain how to use the MongoDB database with a Spring Boot application using a practical scenario. Additionally, I’m…
Guide to use Lombok In Spring Boot
Project Lombok, one of the coolest java library which capable of minimizing your code. This is a plugin that we could configure with your editor and…
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…
Exception Handling Spring Boot REST API
Exception handling one of the core concepts which is really necessary when we build an application using spring boot. So in REST API development,…
Database Migration Using Flyway in Spring Boot
Flyway one of the best open-source database migration tool. Flyway supports to write migrations in SQL and Java (for advanced data transformations or dealing…