gpt4 book ai didi

intellij-idea - 如何在 IntelliJ IDEA 中导入多模块项目?

转载 作者:行者123 更新时间:2023-12-04 06:29:40 24 4
gpt4 key购买 nike

我习惯了 Spring 和 Maven 项目,我在 Maven 中设置了一个多模块项目,项目如下:

app-web
app-models
app-services
app-common

我现在开始使用 Play Framework 2 (Scala) 和 sbt .

Play 和 sbt 是否有类似的概念,我可以将所有这些项目组合成一个 IntelliJ IDEA 解决方案和 sbt?

最佳答案

IntelliJ IDEA 13 (最新版本为 13.1.3 )自带 the built-in SBT support , 和 the Ultimate edition adds Play support .

多模块 sbt 项目可以导入 IDEA 并且开箱即用地得到完全支持,无论它是否基于 Play(毕竟它们是 sbt 项目)。

您应该使用以下非常简单的构建文件自己尝试一下 build.sbt (或者使用 play new 或现在更好的 activator new [your-project-name] play-scala 生成一个 Play 项目):

lazy val a, b, c = project

和以下 project/build.properties :
sbt.version=0.13.5

只需要上面这两个文件就可以开始使用 sbt/activator。

在 IDEA 中,使用 File > Open... 打开项目并选择 build.sbt .

enter image description here

点击 OK查看另一个窗口,您可以在其中为项目指定其他配置选项。然后模块出现。

enter image description here

关于intellij-idea - 如何在 IntelliJ IDEA 中导入多模块项目?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22901741/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com