使用 SBT 0.11.0 的多模块化项目
寻找 SBT 0.11.0 的多模块化项目的示例/参考。我找到的所有示例都是针对旧版本的 SBT。
Looking for examples / references of a multiple modular project with SBT 0.11.0. All the examples I found were for older versions of SBT.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
正如其他人提到的,您确实应该查看“完整配置”示例首先是 sbt 维基。
当你完成后,如果你还想要更多,请前往 github。这些天我所有的构建灵感都来自 Scalatra 构建文件。确实做的很好啊!
As others have mentioned, you should really look at the "Full Configuration" example on the sbt wiki first.
When you are done with that, and you still want more, head over to github. These days all my build inspiration comes from the Scalatra build file. It's really nicely done!
您需要使用 FullConfiguration 来设置模块化项目,Basic Configuration 无法做到这一点。
github 上的 SBT0.11.0 wiki 提供了这方面的示例。
You need to use FullConfiguration to setup modular projects, Basic Configuration can't do.
The wiki of SBT0.11.0 on github gives samples on this.
您还可以从 Akka 项目中获得灵感,该项目位于 https://github.com/akka/akka
You can also get inspired by the Akka project, found in https://github.com/akka/akka