mirror of https://github.com/apache/cloudstack.git
Add configurable components to Spring XML context file to allow configuration of componets not hard-coded in code
This commit is contained in:
parent
64f13e1cd8
commit
d056cd5cab
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue