SpEL not supported in Spring annotation @Entry.base
问题 I use Spring Data LDAP and Spring Boot provides out of the box support for an embedded UnboundID server. However, when I use Spring Data LDAP's @Entry annotation, I need to specify a different base in the annotation based on whether I'm using the embedded UnboundID LDAP server, or a remote Active Directory server. I was attempting to do this with SpEL and profile-based properties by specifying: @Entry(base = "${ldap.person.base}", ...) Then I have an application.propreties with ldap.person