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