Hi,
I am working with your tutorial.
I can't seem to find the reason I keep getting an PSQL Exception from my UserResource, specifically from the line
User user = userService.registerUser(firstName, lastName, email, password);
Why is that? What can I do?
Hi,
I am working with your tutorial.
I can't seem to find the reason I keep getting an PSQL Exception from my UserResource, specifically from the line
User user = userService.registerUser(firstName, lastName, email, password);
Why is that? What can I do?