3

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をどのように提供しますか?

4

1 に答える 1