📩 A Java Spring Boot application for sending email messages.
This project implements a Java Spring Boot application that retrieves and displays the EUR/UAH exchange rate from an external API and presents it on a web page using JSP and JSTL.
- Java 17
- Spring Boot
- JSTL
- Maven
- Fixer API (for currency rates)
-
Clone the repository:
git clone https://github.com/IvashDima/JavaPro_HW16_RateRetriever.git
-
Navigate to the project directory:
cd JavaPro_HW16_RateRetriever
-
Run the application:
mvn spring-boot:run
-
Visit http://localhost:8886/ to view the exchange rate.
Make sure to handle exceptions gracefully if the exchange rate is unavailable. The /rate endpoint retrieves the EUR/UAH rate, which can be updated via the button on the webpage.
Name: Dmytro Ivashchenko
Email: dnytsyk@gmail.com
This project is provided for educational purposes only and does not have a specific license. Feel free to use and adapt it for your learning and personal projects!