summaryrefslogtreecommitdiffstats
path: root/src/main/ajsc/inventory-ui-service_v1/inventory-ui-service/v1/conf/HelloWorldBeans.xml
blob: b31177040218135ea585bd6c8b3ebde65f9980ac (plain)
1
2
3
4
5
6
7
8
<beans xmlns="http://www.springframework.org/schema/beans"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="
	       http://www.springframework.org/schema/beans
	       http://www.springframework.org/schema/beans/spring-beans.xsd">
	<bean id="helloWorld" name="helloWorld"
		class="org.openecomp.sparky.HelloWorld" />
</beans>