码迷,mamicode.com
首页 > 编程语言 > 详细

Spring配置补充

时间:2017-10-06 00:02:38      阅读:365      评论:0      收藏:0      [点我收藏+]

标签: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"/>方式引入多个配置文件。

Spring配置补充

标签:prot   import   指定   文件   global   bean   auto   文件中   多个   

原文地址:http://www.cnblogs.com/TVTyy/p/7630289.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!