A Spring Boot application for processing payments and sending notifications.
This project is a Spring Boot application that handles payment processing and sends notifications. It includes a Payment
class to represent payment details and a MessageService
to send notifications.
- Create and manage payments
- Send payment notification messages
- Supports multiple currencies (USD, EUR, ARS)
- Java 11 or higher
- Maven
- Git
-
Clone the repository:
git clone https://github.com/ignaciocassi/your-repo.git cd your-repo
-
Build the project using Maven:
mvn clean install
-
Run the application:
mvn spring-boot:run
To run the application, use the following command:
mvn spring-boot:run