Spring配置

Spring配置

Spring的配置并不多,学起来也不麻烦

别名(alias)

<alias name="" alias=""/>

元素分析:

  • name指需要起别名的bean的名字
  • alias指这个bean的别名

被起过别名的bean通过原名和别名都可以调用

bean的配置

spring的配置很少,但是作为spring的核心,bean的配置却很多。这里仅仅介绍bean的经常用到的配置

bean的配置

配置 作用
id bean的唯一标识符
class bean对应的对象的全限名称(包名+类名)
name bean的别名,可以有多个,只要使用,空格或者;隔开即可

import

import常见于团队开发,可以把多个配置文件整合到一个xml中

<import resource="xx.xml"/>

Donate
  • Copyright: Copyright is owned by the author. For commercial reprints, please contact the author for authorization. For non-commercial reprints, please indicate the source.

扫一扫,分享到微信

微信分享二维码
  • Copyrights © 2015-2023 dwx
  • Visitors: | Views:

请我喝杯咖啡吧~

支付宝
微信