Blueprint Developer Manual / Version 2310
Table Of Contents
All Spring properties are passed from the application to its plugins, including those from application.properties,
system properties, environment variables, etc. You can access these properties in your Plugin's ApplicationContext
for example via @Value
or ConfigurationProperties
as usual.
Although it is technically possible, you should not rely on existing properties of the application but instead create new dedicated properties for your plugin.