spring el
spring el配置
读取配置文件
1  | <bean id="propertyConfigurer" class="org.springframework.context.support.PropertySourcesPlaceholderConfigurer">  | 
配置文件
1  | #connection mysql configure  | 
el使用
1  | <bean id="mysqlDataSource" class="com.mchange.v2.c3p0.ComboPooledDataSource" destroy-method="close">  | 
