- Java openjdk 25
- Maven 3.8+
git clone https://github.com/your-org/your-repo.git
cd your-repomvn spring-boot:runOr build and run the jar:
mvn clean package
java -jar target/app.jarThe application will start on http://localhost:8080
mvn MaximumSubarrayController