first commit

This commit is contained in:
ycl
2025-10-21 14:39:46 +08:00
commit 80981f5e96
61 changed files with 2383 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 $@