Go to file
Artur Oliveira 354f8d1d42 fix: migrate from deprecated @GenericGenerator to @IdGeneratorType
- Update ServerIdGenerator to use @IdGeneratorType annotation (Hibernate 6.5+)
- Convert ServerIdGenerator to annotation-based custom generator
- Update Servers entity to use @ServerIdGenerator annotation
- Fix SQL reserved keyword issue: rename 'user' column to 'username'
This resolves deprecation warnings and SQL syntax errors with H2 database.
2025-12-15 17:52:45 -03:00
backend fix: migrate from deprecated @GenericGenerator to @IdGeneratorType 2025-12-15 17:52:45 -03:00
.gitignore feat: initial commit 2025-12-15 15:43:11 -03:00
.tool-versions feat: initial commit 2025-12-15 15:43:11 -03:00