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,
I want to include an additional folder for my config files.
I used this option additionalAppResources = "src/main/external-config"
all the config files get copied to the 'app' folder.
Now I only need to add them to the classPath, so my configuration builder can find them.
How can I add additional folder/files to the app.classpath in the app.cfg?
The text was updated successfully, but these errors were encountered:
Hi,
I want to include an additional folder for my config files.
I used this option
additionalAppResources = "src/main/external-config"
all the config files get copied to the 'app' folder.
Now I only need to add them to the classPath, so my configuration builder can find them.
How can I add additional folder/files to the app.classpath in the app.cfg?
The text was updated successfully, but these errors were encountered: