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