good first issue
Repository-Metriken
- Stars
- (65 Sterne)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
Hi 👋, I've noticed some issues with the Java Spring template when generating default classes via the CLI. The current schema doesn't properly reflect common Spring conventions, leading to misaligned or incomplete generated code.
Problems: using snake_case for variables in models over camelCase some annotations are redundant (@Column...)
I will reasearch more in depth what are best practices and convetions for java spring and fix it accordingly