Examination_system/Examination_system-1/.svn/pristine/e4/e4451e992b763d745036bcf079b...

26 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:module="http://www.sgcc.com.cn/schema/platform/module"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.sgcc.com.cn/schema/platform/module http://www.sgcc.com.cn/schema/platform/module/module.xsd">
<bean id="mongodbDriver" class="com.bonus.mongoDB.object.MongoDBDriver" init-method="init" destroy-method="close">
<property name="configuration">
<bean class="com.bonus.mongoDB.object.MongoDBConfig">
<property name="credentials">
<list>
<bean class="com.bonus.mongoDB.object.MongoDBCredential">
</bean>
</list>
</property>
</bean>
</property>
</bean>
<bean id="gridFSClient" class="com.bonus.mongoDB.GridFSClient">
<property name="mongoDBDriver" ref="mongodbDriver"/>
</bean>
</beans>