diff --git a/.gitignore b/.gitignore index c2065bc..32f2b42 100644 --- a/.gitignore +++ b/.gitignore @@ -29,7 +29,6 @@ out/ ### NetBeans ### /nbproject/private/ /nbbuild/ -/dist/ /nbdist/ /.nb-gradle/ diff --git a/dist/api-spring-gradle-b2boost-0.0.1-SNAPSHOT.jar b/dist/api-spring-gradle-b2boost-0.0.1-SNAPSHOT.jar new file mode 100644 index 0000000..f41bb88 Binary files /dev/null and b/dist/api-spring-gradle-b2boost-0.0.1-SNAPSHOT.jar differ diff --git a/readme.md b/readme.md index 92c79fb..3869bde 100644 --- a/readme.md +++ b/readme.md @@ -38,4 +38,12 @@ You will find the documentation in the **docs.html** at the root of this project ``` ./gradlew clean bootJar +``` +> Path of the output is `build/libs/api-spring-gradle-b2boost-0.0.1-SNAPSHOT.jar` + +> I already have a built jar that you can find in the `dist` directory + +### Run the dist jar +``` +java -jar dist/api-spring-gradle-b2boost-0.0.1-SNAPSHOT.jar ``` \ No newline at end of file