-
Notifications
You must be signed in to change notification settings - Fork 220
How spring properties can be loaded in DR? #2173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
�how about putting "properties Map" into |
Values can be passed to context: Unfortunatelly currently reconciliation of managed dependent happens before For now maybe the way to go is either to implement this in SB starter via factory, or just use standalone dependent resources and pass the values. (Or use quarkus where this is implemented AFAIK) |
oh i see thank you for the comments |
Is there a way to load spring property values to DR differently by environment?
like spring
@Value
The text was updated successfully, but these errors were encountered: