Files
2026Technology-Competition/start-backend.sh
T

4 lines
104 B
Bash

#!/bin/bash
cd "$(dirname "$0")/backend"
mvn spring-boot:run -pl ims-web -Dspring-boot.run.profiles=dev