Welcome to the Spotify Application repository! 🎵
This is a Spring Boot-based application that demonstrates multithreading and JPA integration using OpenJPA. 🎸
This project serves as a demonstration of building a Java Spring Boot application, utilizing multithreading to handle concurrent operations efficiently and JPA (Java Persistence API) to manage database interactions.
- Spring Boot: Rapid application development using Spring Boot.
- Multithreading: Handling concurrent requests using Java threads.
- JPA: Utilizing Spring Data JPA for database operations.
- Java 17: Make sure you have OpenJDK 17 installed.
- Maven: Build tool (tested with Maven 3.8+).
- Clone the repository:
git clone https://github.com/Vaibhav-Ct/application.git
cd application
mvn clean install
mvn spring-boot:run