Add initial project structure with user management and Base64 image support

- Create application properties for database configuration
- Implement user entity and DTO with Base64 image handling
- Add user controller for CRUD operations
- Introduce Base64 converter utility for image encoding/decoding
- Set up Maven wrapper and project dependencies
- Configure .gitignore and .gitattributes for environment consistency
This commit is contained in:
2026-01-21 10:12:54 +01:00
commit 9e97dcf6ee
27 changed files with 1451 additions and 0 deletions

2
.gitattributes vendored Normal file
View File

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