Skip to content

rabinrai44/springboot-RESTful-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages