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.
- Spring Boot
- Spring Data JPA
- MySQL
- 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.
To get started, clone this project and run the following command: