Service Connector Example
This is an example of Service Connector Skeleton implementation based on Spring Boot and Apache Camel
Build and run as Maven project
mvn spring-boot:run
docker build . -t service-connector-app
docker run -p 8080:8080 -d service-connector-app