In this post, we’ll explore using Spring Data JPA with PostgreSQL views in a Spring Boot application. · Prerequisites· Overview∘ Understanding Database Views∘ Key Benefits of Database Views· Database Setup· Let’s
Tag: PostgreSQL
In this post, we’ll learn how to implement Flyway as Database Migrations in a Spring Boot application. · Prerequisites· Overview∘ What is Flyway?∘ Key Features of Flyway∘ How Flyway Works· Getting
In this post, we’ll learn how to implement Embedded PostgreSQL for Spring Boot Integration testing. · Prerequisites· Abstract· Zonky Embedded Database· Usage∘ Maven Dependencies∘ Writing Testing· Conclusion· References Prerequisites This is the list
In this post, we’ll implement a sample REST API that uses Spring Boot with jOOQ and PostgreSQL. Prerequisites This is the list of all the
Welcome. We’re going to implement a sample REST API quickly using PostgREST. · Prerequisites· Overview∘ What is PostgREST?∘ Why Use PostgREST?∘ Set up PostgREST with Docker· JSON Web Token (JWT) Authentication· Conclusion· References
In this post, we’ll implement a sample CRUD GraphQL API that uses Spring Boot and Spring Data JPA with PostgreSQL. · Prerequisites· Overview∘ What is GraphQL?∘ Why GraphQL?· Getting Started∘ Data
Welcome to another Spring Boot tutorial. In this post, we’ll implement a sample REST API that uses Spring Boot with Jbdi 3 and PostgreSQL. · Prerequisites· Overview∘ What
In this post, we are going to generate base spring boot Rest API microservice code using Telosys code generator. When working in a microservices environment,
In this post, we’ll implement a sample REST API that uses Spring Boot with MyBatis and PostgreSQL. · Prerequisites· Overview∘ What is MyBatis?∘ Why Mybatis?· Getting Started∘ Project Structure∘ Database initialization· Spring MyBatis
The purpose of this post is to explain how to secure a Spring Boot API using the Apache Shiro security framework. · Prerequisites· Overview∘ What is Apache Shiro?∘ Why