2016-04-28 27 views

回答

1

lein-ring documentation建議你可以把地圖上選擇你的環適配器在project.clj文件,像這樣:

:ring {:handler hello-world.core/handler 
     :adapter {:join? false 
       :port 8080}} 

雖然你可能不希望使用:join? false我會想。

+0

非常感謝你! –

相關問題