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
Hi - it appears that the datasource for payloads when run with a JQM provided context doesn't reflect the application.properties of the payload spring boot app.
Is there a way to set application.properties for JQM provided context? Possibly adding it to the classpath somehow (I'm terrible with classpath magic...)
The workaround I've found is to provide the datasource on a @configuration class:
Hi. I shall take a look at this but inside JQM, the usual way to define data sources is to use JNDI, which in turn can be injected by Spring without further ado. There is a full section inside the doc on the JNDI directory.
Hi - it appears that the datasource for payloads when run with a JQM provided context doesn't reflect the application.properties of the payload spring boot app.
Is there a way to set application.properties for JQM provided context? Possibly adding it to the classpath somehow (I'm terrible with classpath magic...)
The workaround I've found is to provide the datasource on a @configuration class:
Thanks!
The text was updated successfully, but these errors were encountered: