proj/backend.sh
2026-01-21 09:52:33 +01:00

4 lines
70 B
Bash
Executable file

#!/bin/bash
echo "Starting Backend..."
cd Backend
mvn spring-boot:run