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
There are applications using spring hibernate which don't use persistence.xml and also don't manage EntityManager using @configuration.
Some applications define their spring hibernate properties in application.yml.
There should be documentation to help those users.
There are applications using spring hibernate which don't use persistence.xml and also don't manage EntityManager using @configuration.
Some applications define their spring hibernate properties in application.yml.
There should be documentation to help those users.
I can submit a PR :)