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
Desktop applications often have configuration/data/preferences directories in well known locations. For example an application named "Application" might have the following platform-specific configuration directories:
macOS: ~/Library/Application Support/Application or perhaps ~/Library/Preferences/Application
Linux: ~/.application
Windows: …
It would nice to be able to read Micronaut configuration files (in .properties, .json, .yml formats. And for Groovy users .groovy) using the Micronaut PropertySourceLoader mechanism from these locations.
Desktop applications often have configuration/data/preferences directories in well known locations. For example an application named "Application" might have the following platform-specific configuration directories:
macOS:
~/Library/Application Support/Application
or perhaps~/Library/Preferences/Application
Linux:
~/.application
Windows: …
It would nice to be able to read Micronaut configuration files (in
.properties
,.json
,.yml
formats. And for Groovy users.groovy
) using the MicronautPropertySourceLoader
mechanism from these locations.See https://docs.micronaut.io/1.3.3/guide/index.html#propertySource for information on
PropertySourceLoader
s.The text was updated successfully, but these errors were encountered: