Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 528 Bytes

File metadata and controls

27 lines (20 loc) · 528 Bytes

This project is a simple "Hello World" application built with Java and Spring Boot.

Prerequisites

  • Java 24 or higher
  • Gradle 8.4 or higher

Getting Started

  1. Clone the repository:
git clone https://github.com/your-repo/java-spring-boot-hello-world.git
cd java-spring-boot-hello-world
  1. Build the project using the Makefile:
make build
  1. Run the application:
make run
  1. Access the application: Open your browser and navigate to http://localhost:8080.