标签:prot import 指定 文件 global bean auto 文件中 多个
使用PropertyPlaceholderConfigurer可以加载属性文件,实现更灵活的配置。
Spring可以从环境中获取JNDI资源。
Spring可以从配置Bean组件时,可以指定singleton,prototype,request,session,global,session几种不同的作用域,其中singleton是默认采用的作用域类型。
Spring提供了自动装配(autowire)功能,常用方式包括byName和byType。
配置多个配置文件,可以通过数组方式或使用通配符(*)加载,也可以在Spring主配置文件中使用<import resource="xxx.xml"/>方式引入多个配置文件。
标签:prot import 指定 文件 global bean auto 文件中 多个
原文地址:http://www.cnblogs.com/TVTyy/p/7630289.html