问题
I am building some web applications using SBT to handle my dependencies. The web apps are using some common libraries and will likely end up running in the same web container. I would like to use a project setup where each of these web applications are sub-projects and all of them are started when I run container:start
in SBT. Are there any guides how to set this up? Is there a better way to organize my project?
回答1:
xsbt-webplugin has an example in src/sbt-test/webapp-common/multi-container.
来源:https://stackoverflow.com/questions/9348524/how-to-use-sbt-with-multiple-sub-project-web-applications