第一次提交

This commit is contained in:
2026-05-31 04:36:59 +08:00
commit e69168775c
75 changed files with 5734 additions and 0 deletions
+48
View File
@@ -0,0 +1,48 @@
HELP.md
target/
.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
### VS Code ###
.vscode/
### Custom Config ###
# 数据库配置文件(包含敏感信息)
config/database.yaml
# 保留示例文件
!config/database.yaml.example
### JWT Security ###
# JWT私钥文件(如果存储在文件中)
*.pem
*.key
jwt-private.key
# 密钥备份文件
*-private-key.txt
*-secret.txt