首页 > 代码库 > Clojure:通过cursive连接远程REPL服务器

Clojure:通过cursive连接远程REPL服务器

配置很简单,步骤如下:
1.    选择Edit Configurations…

2.    选择Clojure REPL -> Remote

3.    输入远程服务器的ip和端口。


最后点运行就可啦。

可以用如下命令指定REPL服务器的端口:
lein repl :headless :host 0.0.0.0 :port 9191