Feat: Initial commit of Spring Boot REST API project

Starting the project after running 'spring init' command to set up a basic Spring Boot application structure with necessary dependencies.
This commit is contained in:
2026-01-18 15:24:33 -05:00
commit ada8520e77
9 changed files with 612 additions and 0 deletions

2
.gitattributes vendored Normal file
View File

@@ -0,0 +1,2 @@
/mvnw text eol=lf
*.cmd text eol=crlf