Files
common-springboot-template/template/run.sh
2024-10-08 16:37:58 +08:00

6 lines
76 B
Bash

#!/bin/sh
cd $(dirname $0)
./mvnw -Dstyle.color=always spring-boot:run $@