Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 763 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 763 Bytes

Spring Boot RESTful API with multiple data sources

This project is a sample RESTful API built using the Spring Boot framework and multiple data sources. It demonstrates how to use Spring Boot to create a RESTful API that can interact with multiple databases, such as MySQL and PostgreSQL.

Technologies used

  • Spring Boot
  • Spring Data JPA
  • MySQL

Components

  • A RESTful API that exposes endpoints for CRUD operations on users and products.
  • Two data sources, one for users and the other for products.
  • Spring Boot configuration to connect to the data sources and configure the RESTful API.
  • Spring Data JPA repositories to interact with the data sources.

Getting started

To get started, clone this project and run the following command: