Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

IndustryFusion/fusionmqttdataservice-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build, test and execute the jar

Build

mvn clean compile -DskipTests

Build with test

mvn clean compile

Execute

java -jar target/fusionmqttdataservice-1.0.0-SNAPSHOT.jar

Build and execute the docker image

The application uses the Jib base image.

Build docker image to docker daemon

mvn install
# or specifically
mvn compile jib:dockerBuild

Build a docker image tarball

mvn compile jib:buildTar

The file can then be found in target/jib-image.tar

Execute the docker image from the docker daemon

docker run -it fusionmqttdataservice

or in windows

docker run -p 8080:8080 -it fusionmqttdataservice

About

A gateway data service that enables to connect to MQTT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages