6 lines
76 B
Bash
Executable File
6 lines
76 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd $(dirname $0)
|
|
|
|
./mvnw -Dstyle.color=always spring-boot:run $@
|