Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 441 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 441 Bytes

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