使用 SBT 0.11.0 的多模块化项目

发布于 2024-12-09 16:19:18 字数 56 浏览 1 评论 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

停顿的约定 2024-12-16 16:19:18

正如其他人提到的,您确实应该查看“完整配置”示例首先是 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!

那伤。 2024-12-16 16:19:18

您需要使用 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.

梦巷 2024-12-16 16:19:18

您还可以从 Akka 项目中获得灵感,该项目位于 https://github.com/akka/akka

You can also get inspired by the Akka project, found in https://github.com/akka/akka

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文