issues
search
spring-projects-experimental
/
spring-boot-testjars
67
stars
6
forks
source link
Refine Expressions for @DynamicProperty
#5
Closed
rwinch
closed
10 months ago
rwinch
commented
10 months ago
Support for full SpEL (access to Beans)
Support for Property Placeholders with the environment
Support for Property Placeholders with properties of the current Bean (simplifies the syntax)
Will require
#{<expresssion>}
for SpEL similar to
@Value
#{<expresssion>}
for SpEL similar to@Value