This repository has been archived on 2025-01-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
2024-07-17 11:28:07 +08:00

6 lines
76 B
Bash
Executable File

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