Spring Expression Language Example $ vs #
SpEL is an abbreviation of Spring Expression Language which can be used to query property value from a properties file (Use $), or manipulate java objects and it’s attributes at runtime( Use #). Both of the two modifiers ($ or # ) can be used in the spring XML configuration files directly or can be …