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