Beginner’s Guide to Spring Expression Language with Spring Boot

Swathi Prasad
2 min readOct 6, 2019

A guide to use Spring Expression Language with @Value annotation.

Image from Flickr

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.

--

--

Swathi Prasad

Software architect and developer living in Germany. Sharing my opinion and what I learn.