Intellij idea 出局';运行';在IntelliJ sbt外壳中

Intellij idea 出局';运行';在IntelliJ sbt外壳中,intellij-idea,sbt,playframework-2.0,Intellij Idea,Sbt,Playframework 2.0,在使用sbt shell启动IntelliJ项目中的播放服务器时,会出现以下提示: [IJ]sbt:app> run --- (Running the application, auto-reloading is enabled) --- [info] p.c.s.AkkaHttpServer - Listening for HTTP on /0:0:0:0:0:0:0:0:9000 (Server started, use Enter to stop and go back to

在使用sbt shell启动IntelliJ项目中的播放服务器时,会出现以下提示:

[IJ]sbt:app> run

--- (Running the application, auto-reloading is enabled) ---

[info] p.c.s.AkkaHttpServer - Listening for HTTP on /0:0:0:0:0:0:0:0:9000

(Server started, use Enter to stop and go back to the console...)

但是,
Enter
不会停止它,并且
Ctrl-C
会杀死整个shell,重新加载sbt。退出并返回sbt提示符的正确方式是什么?

出现
Ctrl-D
终止播放服务器并将控制权返回sbt shell