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 wasn't able to add jpa properly to the project, it works locally but when deployed there were missing beans and it kept on failing.
eventually i removed the jpa and defined the data source bean manually.
(note the System.getEnv is an additional hack since loading application.yaml isnt working as well - i opened a diff issue on that matter)
I wasn't able to add jpa properly to the project, it works locally but when deployed there were missing beans and it kept on failing.
eventually i removed the jpa and defined the data source bean manually.
(note the System.getEnv is an additional hack since loading application.yaml isnt working as well - i opened a diff issue on that matter)
The text was updated successfully, but these errors were encountered: