Add configurable components to Spring XML context file to allow configuration of componets not hard-coded in code

This commit is contained in:
Kelven Yang 2013-01-18 16:02:06 -08:00
parent 64f13e1cd8
commit d056cd5cab
1 changed files with 6 additions and 0 deletions

View File

@ -234,4 +234,10 @@
<property name="name" value="OvmGuru"/>
</bean>
<!--
DAO with customized configuration
-->
<bean id="configurationDaoImpl" class="com.cloud.configuration.dao.ConfigurationDaoImpl">
</bean>
</beans>