Port champ-microservice project restructure
[aai/champ.git] / champ-service / src / main / ajsc / champ-service_v1 / champ-service / v1 / conf / jaxrsBeans.groovy
1 beans{
2         xmlns cxf: "http://camel.apache.org/schema/cxf"
3         xmlns jaxrs: "http://cxf.apache.org/jaxrs"
4         xmlns util: "http://www.springframework.org/schema/util"
5         
6         echoService(org.onap.champ.service.EchoService)
7         
8         util.list(id: 'echoServices') {
9                 ref(bean:'echoService')
10         }
11 }