Skip to content

tailrecursion/boot.task.tomcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Boot task to create a standalone Tomcat development server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published