配置Spring.NET

本文详细介绍了如何在项目中引入并配置Common.Logging.dll和Spring.Core.dll,包括配置文件设置和智能提示文件的添加,以实现更高效、灵活的依赖注入和日志管理。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

先引入关键的程序集

Common.Logging.dll

Spring.Core.dll

在配置文件配置中:

 <configSections>

       ......

       <sectionGroup name="spring">
            <section name="context" type="Spring.Context.Support.ContextHandler, Spring.Core"/>
            <section name="objects" type="Spring.Context.Support.DefaultSectionHandler, Spring.Core"/>
       </sectionGroup>

 </configSections>


<spring>
    <context>
      <resource uri="config://spring/objects" />
    </context>

    <objects xmlns="http://www.springframework.net"><!--xmlns属性就是配置提示的-->
      <object id="BLL" type="BLLA.Ou_Permission,BLLA"  singleton="false" ></object>
      <object id="BLLSession" type="BLLA.BLLSession,BLLA" singleton="false"></object>
      <object id="DBSessFactory" type="DALMSSQL.DBSessionFactory,DALMSSQL"></object>
    </objects>

</spring>

然后在项目下建个文件夹,将spring.net解压后: Spring.NET-1.3.1\Spring.NET\doc\schema 下的 spring-objects-1.3.xsd 复制到新建的文件夹,是为了配置有智能提示。

 

转载于:https://www.cnblogs.com/IT-Goddess/p/4717223.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值