Skip to content
Snippets Groups Projects
Select Git revision
  • 98c770f3b87baeb9e2f27d4fd1286337e3ae5511
  • master default
2 results

service-connector-app

service-connector-app

Name

Service Connector Example

Description

This is an example of Service Connector Skeleton implementation based on Spring Boot and Apache Camel

Installation for devs and starting the application

Build and run as Maven project

mvn spring-boot:run

building and starting the application on docker environment

docker build . -t service-connector-app

docker run -p 8080:8080 -d service-connector-app