To run the application from compiled jar from root folder follow these steps:
Place the .env file on .\openfabric-api\build\libs\ with Database Address, port, username and password
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
http://localhost:8080/swagger-ui/
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))