fix launch run command

This commit is contained in:
piuserre 2020-03-18 16:27:58 +01:00
parent 59bd436e3e
commit 97885bd06e
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ node {
if (isUnix()) {
sh 'nohup ./mvnw spring-boot:run -Dserver.port=8989 &'
} else {
bat 'start ./mvnw.cmd spring-boot:run -Dserver.port=8989'
bat 'start mvnw.cmd spring-boot:run -Dserver.port=8989'
}
}
}