From 3e4f18849e54b3720d6cc76e48ae9ca618b8acfc Mon Sep 17 00:00:00 2001 From: heyethereum Date: Sat, 17 Aug 2024 08:34:33 +0800 Subject: [PATCH] Added readme file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0406363..4bd0ff9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is a Spring Boot project built with Java 17. This guide will help you set u Before you begin, ensure you have the following software installed on your system: -- **Java 17**: This project requires Java 17. You can download it from the [official Oracle website](https://www.oracle.com/java/technologies/javase-jdk17-downloads.html) or install it via a package manager (e.g., `sdkman` or `brew` on macOS). +- **Java 17**: This project requires Java 17. You can download it from the [official Oracle website](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) or install it via a package manager (e.g., `sdkman` or `brew` on macOS). - **Maven 3.6+**: Apache Maven is used to manage the project's dependencies. You can download Maven from the [official Apache website](https://maven.apache.org/download.cgi) or install it via a package manager. ## Installation