Noir 错误页面上显示的错误:java.io.FileNotFoundException: Could not locate boundaries/lat_long__init.class or boundaries/lat_long.clj on class path
需要它的代码:
(ns boundaries.views.boundary
(:use noir.core
hiccup.core
hiccup.page-helpers)
(:require
[boundaries.lat-long :as lat-long]
[noir.response :as resp]))
为什么要寻找lat_long
而不是指定的lat-long
?边界/lat-long.clj 以及相应的边界.lat-long 命名空间存在。