Skip to content

Commit

Permalink
调整配置
Browse files Browse the repository at this point in the history
  • Loading branch information
hidehai committed Mar 24, 2016
1 parent 06d4bb5 commit 4ad3447
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

<dubbo:service interface="com.dubboclub.dk.storage.StatisticsStorage" ref="mongoDBStatisticsStorage"/>

<mongo:mongo id="mongo" host="${dubbo.monitor.mongodb.url}" port="${dubbo.monitor.mongodb.port}"/>
<mongo:db-factory id="mongoDbFactory" dbname="${dubbo.monitor.mongodb.dbname}"
mongo-ref="mongo" username="" password="" />
<mongo:mongo id="mongo" host="${dubbo.monitor.mongodb.url}" port="${dubbo.monitor.mongodb.port}"/>
<mongo:db-factory id="mongoDbFactory" dbname="${dubbo.monitor.mongodb.dbname}" mongo-ref="mongo"
username="${dubbo.monitor.mongodb.username}" password="${dubbo.monitor.mongodb.password}" />

<bean id="statisticsDao" class="com.dubboclub.dk.storage.mongodb.dao.StatisticsDao">
<property name="mongoTemplate" ref="mongoTemplate"/>
Expand Down

0 comments on commit 4ad3447

Please sign in to comment.