uberjar から実行している場合、Ring のファイル応答が機能しません。私は両方を試しました
(response/file-response "index.html" {:root "resources/public"})
と
(response/response (clojure.java.io/as-file (clojure.java.io/resource "public/index.html")))
uberjar内の「/」でindex.htmlをどのように提供しますか?