5 lines
74 B
Batchfile
5 lines
74 B
Batchfile
|
|
@echo off
|
||
|
|
cd /d %~dp0
|
||
|
|
|
||
|
|
.\mvnw.cmd -Dstyle.color=always spring-boot:run %*
|