spring EL表达式的简单使用
1、项目加载中读取配置文件:<context-param> <param-name>contextConfigLocation</param-name> <param-value> classpath*:spring/spring_*.xml, classpath:kernel/dubboProvider/All.xml </param-value> </context-param>

3、在ContextLoaderListener加载时,会查找名为contextConfigLocation的参数。因此,配置<context-param>时参数名字应该是contextConfigLocation。

5、 <value>classpath:servi罕铞泱殳ceToken.properties&造婷用痃lt;/value> <value>classpath:config.properties</value> <value>classpath:reconciliation.properties</value> </list> </property> </bean>引入propertyConfigurer,并生成实体,这里就可以在任意地方使用springel表达式了

7、generalPay.remote.port=${general.pay.remote.port}weixin.secret=${filter.weixin.secret}weixin.appId=${filter.weixin.appId}
