作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我习惯了 Spring 和 Maven 项目,我在 Maven 中设置了一个多模块项目,项目如下:
app-web
app-models
app-services
app-common
最佳答案
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
File > Open...
打开项目并选择
build.sbt
.
OK
查看另一个窗口,您可以在其中为项目指定其他配置选项。然后模块出现。
关于intellij-idea - 如何在 IntelliJ IDEA 中导入多模块项目?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22901741/
我是一名优秀的程序员,十分优秀!