Skip to content

OPSILab/service-connector-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages