@echo off echo Starting Chronic Disease App... REM Check if Maven is installed where mvn >nul 2>nul if %errorlevel% neq 0 ( echo Error: Maven is not installed or not in PATH pause exit /b 1 ) echo Running application with Maven... mvn spring-boot:run