tsachev / lein-spring-boot

A leiningen plugin that provides spring boot tools functionality as tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lein-spring-boot

A Leiningen plugin that provides spring-boot tools functionality as tasks.

Usage

FIXME: Use this for user-level plugins:

Put [lein-spring-boot "0.1.0-SNAPSHOT"] into the :plugins vector of your :user profile.

FIXME: Use this for project-level plugins:

Put [lein-spring-boot "0.1.0-SNAPSHOT"] into the :plugins vector of your project.clj.

FIXME: and add an example usage that actually makes sense:

$ lein spring-boot repackage

License

Copyright © 2018 Vladimir Tsanev (@tsachev).

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

A leiningen plugin that provides spring boot tools functionality as tasks

License:Eclipse Public License 1.0


Languages

Language:Clojure 100.0%