issues
search
Kv-Java-Intensive
/
course-manager
1
stars
0
forks
source link
Implement UUID to project
#56
Closed
IvanZabor
closed
2 years ago
IvanZabor
commented
2 years ago
Change Long id in all Entities to UUID id
dmakhun
commented
2 years ago
please revert to primary key Id
uuid should be an additional field in particular Entities
I'd recommend pass String to endpoints, not UUID object
Change Long id in all Entities to UUID id