Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 333 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 333 Bytes

boot.task.tomcat (experimental)

a local development server for boot 2.

usage

from build.boot:

(deftask develop
  "Run service during development."
  []
  (comp (watch) (speak) (add-src) (web) (uber) (war) (serve)) )

from the command line:

boot serve -f /my/project-one.war -f /my/project-two.war wait