spring-data-mongodb
spring-data-mongodb copied to clipboard
SpEL support for Document collation
Hi,
It would be very useful if @Document annotions has dynamic value support according to spring parameters.
Like that
@Document(collection = "XYZ", collation = "${spring.data.mongodb.collation}")
Thanks.
Thanks for creating the issue. Resolving property placeholders depends on: spring-projects/spring-data-commons#2369