初始提交:部署 Spring Boot 应用

This commit is contained in:
2025-09-26 00:29:15 +08:00
commit 6958c081d4
60 changed files with 3664 additions and 0 deletions

26
.dockerignore Normal file
View File

@@ -0,0 +1,26 @@
# 排除Git目录
.git
.gitignore
# 排除IDE相关文件
.idea/
*.iml
*.iws
*.ipr
.vscode/
# 排除日志文件
*.log
# 排除构建输出目录
target/
!target/light-delivery-1.0.0.jar
# 排除Maven相关文件
.mvn/
mvnw
mvnw.cmd
# 排除系统文件
.DS_Store
Thumbs.db