Beginner’s Guide to Spring Expression Language with Spring Boot
2 min readOct 6, 2019
--
A guide to use Spring Expression Language with @Value annotation.
Spring Expression Language (SpEL) is a powerful expression language, which can be used for querying and manipulating an object graph at runtime. SpEL is available via XML or annotation, is evaluated during the bean creation time.