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'm using Qute with Quarkus and defined my messages/msg.properties file. It works as expected. What I'm trying to achive is to load msg.properties file from external configuration.
Based on this article Config Sources when running native app I've added my properties file to $PWD/config/ folder - so it is under $PWD/config/messages/msg.properties. Unfortunately this is still not loaded.
How could I achive to load properties from external source?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Qute with Quarkus and defined my
messages/msg.properties
file. It works as expected. What I'm trying to achive is to loadmsg.properties
file from external configuration.Based on this article Config Sources when running native app I've added my properties file to
$PWD/config/
folder - so it is under$PWD/config/messages/msg.properties
. Unfortunately this is still not loaded.How could I achive to load properties from external source?
Beta Was this translation helpful? Give feedback.
All reactions