How to use SBT with multiple sub project web applications?

痞子三分冷 提交于 2019-12-23 23:08:33

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!