Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.07 KB

README.md

File metadata and controls

57 lines (40 loc) · 1.07 KB

Payment-service

A Spring Boot application for processing payments and sending notifications.

Table of Contents

Introduction

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.

Features

  • Create and manage payments
  • Send payment notification messages
  • Supports multiple currencies (USD, EUR, ARS)

Installation

Prerequisites

  • Java 11 or higher
  • Maven
  • Git

Steps

  1. Clone the repository:

    git clone https://github.com/ignaciocassi/your-repo.git
    cd your-repo
  2. Build the project using Maven:

    mvn clean install
  3. Run the application:

    mvn spring-boot:run

Usage

Running the Application

To run the application, use the following command:

mvn spring-boot:run