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

IndustryFusion/fusiondbdataservice-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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/fusiondbdataservice-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 fusiondbdataservice

or in windows

docker run -p 8080:8080 -it fusiondbdataservice

About

Fusion Gateway to integrate DB based assets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages