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
I was trying to follow the workshop guide, but I couldn't figure out how to add GORM to an existing project.
I figured out that the project probably should've been created with --features hibernate-gorm, but since my project was already created, I didn't know what to do. I ended up copying the two hibernate dependencies from build.gradle in the workshop ex02 solution and hoping for the best.
The text was updated successfully, but these errors were encountered:
I was trying to follow the workshop guide, but I couldn't figure out how to add GORM to an existing project.
I figured out that the project probably should've been created with
--features hibernate-gorm
, but since my project was already created, I didn't know what to do. I ended up copying the two hibernate dependencies frombuild.gradle
in the workshop ex02 solution and hoping for the best.The text was updated successfully, but these errors were encountered: