Initialize Spring Boot project with basic structure and configuration

This commit is contained in:
Jesus Navalon
2026-07-11 16:46:22 +02:00
parent 6486a1fcd0
commit ff90b9b699
4 changed files with 76 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
target/
*.class
.idea/
*.iml
.vscode/
.DS_Store