gpt4 book ai didi

Clojure:我的入口点在哪里?

转载 作者:行者123 更新时间:2023-12-04 19:08:13 24 4
gpt4 key购买 nike

通常,Clojure 应用程序具有 -main入口点。我正在玩 Compojure:

(defroutes app-routes
(GET "/" [] handle-index)
...)

(def app
(compojure.handler/site app-routes))

此应用程序的入口点在哪里?在 Ring 的某个地方,因为要运行的命令是这样的: lein ring server-headless ?在任何情况下,命名空间的入口点中有什么函数?

最佳答案

检查您的 project.clj 是否有条目 :ring {:handler yourproject.handler/app} .
更多信息,https://github.com/weavejester/lein-ring

关于Clojure:我的入口点在哪里?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19126057/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com