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