Initial commit for AAI-UI(sparky-backend)
[aai/sparky-be.git] / src / main / ajsc / inventory-ui-service_v1 / inventory-ui-service / v1 / conf / HelloWorldBeans.xml
1 <beans xmlns="http://www.springframework.org/schema/beans"
2         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3         xsi:schemaLocation="
4                http://www.springframework.org/schema/beans
5                http://www.springframework.org/schema/beans/spring-beans.xsd">
6         <bean id="helloWorld" name="helloWorld"
7                 class="org.openecomp.sparky.HelloWorld" />
8 </beans>