This project is a simple "Hello World" application built with Java and Spring Boot.
- Java 24 or higher
- Gradle 8.4 or higher
- Clone the repository:
git clone https://github.com/your-repo/java-spring-boot-hello-world.git
cd java-spring-boot-hello-world- Build the project using the Makefile:
make build- Run the application:
make run- Access the application:
Open your browser and navigate to
http://localhost:8080.