scafoldr/scafoldr

Java Spring Template Fixes

Offen

#46 geöffnet am 07.07.2025

 (8 Kommentare) (1 Reaktion) (1 zugewiesene Person)TypeScript (19 Forks)auto 404
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

Contributor Guide