Projeto Completo: GuiaSenior Web App (Docker + Spring Boot)

This commit is contained in:
2025-12-17 13:48:19 -03:00
commit d012a092e5
15 changed files with 824 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
target/
*.class
.idea/
*.iml
.DS_Store
.vscode/
# Ignore compiled jars if not intentionally part of repo (usually yes)
*.jar
!src/**/lib/*.jar