Kv-Java-Intensive / course-manager

1 stars 0 forks source link

Users management #39

Closed VKoniukh closed 2 years ago

VKoniukh commented 2 years ago

Was corrected the bug in the creation of the User table. The bug was because on the group entity in @ JoinTable. "users" was specified instead of "users_groups" Also created CRUD operations for User and controller. The folder for exeptions was added , along with two custom exeptions .