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
When running the sample app "appsensor-ws-rest-server-with-websocket-mysql-boot" together with the ui org.hibernate.LazyInitializationException are thrown. I fixed it by adding spring.jpa.properties.hibernate.enable_lazy_load_no_trans=true to my application.properties.
The text was updated successfully, but these errors were encountered:
When running the sample app "appsensor-ws-rest-server-with-websocket-mysql-boot" together with the ui
org.hibernate.LazyInitializationException
are thrown. I fixed it by addingspring.jpa.properties.hibernate.enable_lazy_load_no_trans=true
to my application.properties.The text was updated successfully, but these errors were encountered: