-
Notifications
You must be signed in to change notification settings - Fork 682
Add an ability to resolve property placeholders in BasicPersistentEntity
#2369
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
…ers in the entity values Closes spring-projects#2369
Can we take a step back first to understand what you're trying to achieve? Specifically, in Spring Data KeyValue we have support for SpEL expressions that are much more powerful than property resolution. |
I want to use application properties placeholders in |
Take a look at this example. It's built on top of Spring Data KeyValue and by providing an |
In that case, it will require additional configuration. I think it'd be better to support this the same way as |
…ers in the entity values Closes spring-projects#2369
We decided to postpone the change for now. |
We've been revisiting this issue. The intermitted solution using an Currently we plan to investigate the possibility of extending existing components, like the |
BasicPersistentEntity
It'd be nice to have the ability to resolve placeholders in the entity values.
It can be done by adding
PropertyResolver
to the entity class.The text was updated successfully, but these errors were encountered: