init
This commit is contained in:
4
template/run.bat
Executable file
4
template/run.bat
Executable file
@@ -0,0 +1,4 @@
|
|||||||
|
@echo off
|
||||||
|
cd /d %~dp0
|
||||||
|
|
||||||
|
.\mvnw.cmd -Dstyle.color=always spring-boot:run %*
|
||||||
5
template/run.sh
Executable file
5
template/run.sh
Executable file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
cd $(dirname $0)
|
||||||
|
|
||||||
|
./mvnw -Dstyle.color=always spring-boot:run $@
|
||||||
Reference in New Issue
Block a user