You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Employee class needs default constructor for JPA. Otherwise you will get an org.hibernate.InstantiationException: No default constructor for entity exception at the step to curl -v localhost:8080/employees.
The text was updated successfully, but these errors were encountered:
@gregturn@joshlong Please merge this fix ASAP !!😭😭 I nearly waste my whole night. I generate the spring boot based on the instruction but find it cannot work, while the source code I download can provide the function. After debugging all night I find that it is the version issue. For
Employee class needs default constructor for JPA. Otherwise you will get an
org.hibernate.InstantiationException: No default constructor for entity
exception at the step tocurl -v localhost:8080/employees
.The text was updated successfully, but these errors were encountered: