111,094
社区成员




<?xml version="1.0" encoding="utf-8" ?>
<objects xmlns="http://www.springframework.net" default-autowire="constructor">
<object type="muTian.sysAdmin.UI.Portal.Controllers.UserInfoController, muTian.sysAdmin.UI.Portal" singleton="false" >
<property name="userInfoService" ref="UserInfoService" />
</object>
<object type="muTian.sysAdmin.UI.Portal.Controllers.OrderInfoController, muTian.sysAdmin.UI.Portal" singleton="false" >
<property name="orderInfoService" ref="OrderInfoService" />
</object>
</objects>
<?xml version="1.0" encoding="utf-8" ?>
<objects xmlns="http://www.springframework.net">
<object name="userInfoService" type="muTian.SysAdmin.BLL.UserInfoService, muTian.SysAdmin.BLL" singleton="false" >
<property name="Dbsession" ref="DbSession" />
</object>
<object name="orderInfoService" type="muTian.SysAdmin.BLL.OrderInfoService, muTian.SysAdmin.BLL" singleton="false" >
<property name="Dbsession" ref="DbSession" />
</object>
</objects>
<?xml version="1.0" encoding="utf-8" ?>
<objects xmlns="http://www.springframework.net">
<object name="Dbsession" type="muTian.SysAdmin.DALFactory.DbSession , muTian.SysAdmin.DALFactory"
singleton="false" factory-method="GetCurrentDbSession" factory-object="DbSessionFactory"></object>
</objects>
<object name="DbSessionFactory" type="muTian.SysAdmin.DALFactory.DbSessionFactory, muTian.SysAdmin.DALFactory"
singleton="true">