Initial commit

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
liu
2026-02-03 10:10:11 +08:00
commit 14289beb66
45 changed files with 15479 additions and 0 deletions

42
.gitignore vendored Normal file
View File

@@ -0,0 +1,42 @@
# Maven
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
.mvn/wrapper/maven-wrapper.jar
# IDE
.idea/
*.iml
*.ipr
*.iws
.project
.classpath
.settings/
.vscode/
# Java
*.class
*.jar
*.war
*.ear
*.log
hs_err_pid*
# H2 / 本地数据库(可选:若需提交空库可去掉 data/
data/*.db
data/*.trace.db
# OS
.DS_Store
Thumbs.db
# 环境与密钥(勿提交)
.env
*.pem
*.key