Spring-EL表达式-(对象注入,properties文件注入)
在spring的xml配置文件中 可以使用el表达式 来获取容器中的对象实现引用#{} ${} 在springxml配置都可以使用#{} 使用引用对象的${}使用引用字符串时用的Spring的xml配置文件 读取外部properties配置文件xmlns:context="http://www.springframework.org/schema/context"http://www.springframework.org/schema/context http:/





