标签: scala intellij-idea sbt akka sbt-idea
使用akka时,我将akka.conf放入src/main/resources。当我run通过sbt时,akka.conf被正确识别。但是当我通过IntelliJ运行时(即使在gen-idea之后)。完成此任务的适当方法是什么?
akka.conf
src/main/resources
run
gen-idea
答案 0 :(得分:19)
将.conf扩展名放在Settings(Mac上为Preferences)| Compiler | Resource Patterns。
.conf
Settings
Preferences
Compiler
Resource Patterns