Browse Source

dist jar

master
art.dambrine 3 years ago
parent
commit
f03409ddcd
  1. 1
      .gitignore
  2. BIN
      dist/api-spring-gradle-b2boost-0.0.1-SNAPSHOT.jar
  3. 8
      readme.md

1
.gitignore

@ -29,7 +29,6 @@ out/
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/

BIN
dist/api-spring-gradle-b2boost-0.0.1-SNAPSHOT.jar

Binary file not shown.

8
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
```
Loading…
Cancel
Save