init commit

This commit is contained in:
ycl
2024-08-05 16:14:01 +08:00
commit 057beca6f9
49 changed files with 2741 additions and 0 deletions

5
template/run.sh Executable file
View File

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