浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

http://static.springsource.org/spring/docs/3.1.x/javadoc-api/

 

    <bean id="adminProperties"
        class="org.springframework.beans.factory.config.PropertiesFactoryBean">
        <property name="location" value="classpath:conf/admin.properties" />
    </bean>

 

    <bean id="loginAction" class="com.jd.cis.spider.action.LoginAction">
        <property name="adminProperties" ref="adminProperties"/>   
    </bean>

posted on 2012-02-18 21:14  lexus  阅读(634)  评论(0编辑  收藏  举报