Skip to content

A Spring Boot project using Spring Data JPA to manage Product, Provider, and ProductDetail entities across two PostgreSQL databases, with relationships between entities in separate databases.

Notifications You must be signed in to change notification settings

gemdoq/multidatasource

Folders and files

NameName
Last commit message
Last commit date
Jan 6, 2025
Jan 7, 2025
Jan 6, 2025
Jan 6, 2025
Jan 6, 2025
Jan 6, 2025
Jan 6, 2025
Jan 6, 2025
Jan 6, 2025

Repository files navigation

Multi-Database Spring Boot Application

a Spring Boot application that connect to multiple PostgreSQL databases using JPA

The application manages Product, Provider, and ProductDetail entities across two different databases

Technologies Used

  • Spring Boot 3.4.1
  • Spring Data JPA
  • PostgreSQL
  • Gradle
  • JDK 21

Overview

The application is structured to interact with two PostgreSQL databases:

  • Database A: Contains the Product entity.
  • Database B: Contains the Provider and ProductDetail entities, which have relationships with the Product entity in Database A.

About

A Spring Boot project using Spring Data JPA to manage Product, Provider, and ProductDetail entities across two PostgreSQL databases, with relationships between entities in separate databases.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages