Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 870 Bytes

File metadata and controls

22 lines (15 loc) · 870 Bytes

Docker Client Using Docker-Java API, Spring Boot, Hibernate, Lombok & Swagger UI.

Openfabric-test

To run the application from compiled jar from root folder follow these steps:

.env file

Place the .env file on .\openfabric-api\build\libs\ with Database Address, port, username and password

Run the jar

To run the jar file from root folder use the following command:

java -jar .\openfabric-api\build\libs\openfabric-api-1.0.0-SNAPSHOT.jar

API entry point

http://localhost:8080/swagger-ui/

Building Fat or Shadow Jar File

On root folder run following command and check .\openfabric-api\build\libs\ for output

gradle shadowJar (with Gradle)
./gradlew shadowJar (with Gradle Wrapper on Linux)
.\gradlew shadowJar (with Gradle Wrapper on Windows(Powershell))