Skip to content

Example Clojure project using boot to make an executable uberjar

Notifications You must be signed in to change notification settings

adzerk-oss/boot-uberjar-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Example Clojure project using boot to make an executable uberjar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published