62,267
社区成员
发帖
与我相关
我的任务
分享
<?xml version="1.0" encoding="utf-8" ?>
<objects xmlns="http://www.springframework.net" xmlns:db="http://www.springframework.net/database">
<db:dbProvider id="DbProvider"
provider="SqlServer-1.1"
connectionString="Data Source=(local);Database=Spring;User ID=springqa;Password=springqa;Trusted_Connection=False"/>
</objects>
<?xml version="1.0" encoding="utf-8" ?>
<objects xmlns="http://www.springframework.net"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.net http://www.springframework.net/xsd/spring-objects.xsd">
<object id="DbProvider" type="SystemBM.SQLProvider, SystemBM">
<property name="ConnectionString" value="Data Source=192.168.0.100\SQLEXPRESS;user id=sa;pwd=sa;database=San_RD;Trusted_Connection=False" />
</object>
<object id="SpringDaoHelper" type="SystemBM.SpringDaoHelper">
<property name="SessionFactory" ref="SessionFactory" />
</object>
</objects>