Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 563 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 563 Bytes

boot-uberjar-example Build Status

This example project demonstrates how to package a Clojure application as a jar that can be executed with java -jar, using the Boot build tool.

To create a jar, run boot build. Then run it with java -jar target/project.jar

You can also run the project's -main method without creating an uberjar with:

./build.boot