how to call @Value(..) programatically
I want to read values via the Spring @Value(...)
annotation programmatically. Call the Spring code programmatically behind the @Value(...)
annotation.
I want to read values via the Spring @Value(...)
annotation programmatically. Call the Spring code programmatically behind the @Value(...)
annotation.