Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 grails 制作 CMS。我希望用户能够在线动态编辑他们的 GSP。为了他们修改后的 GSP 的安全,我想将它保存在服务器上的其他位置,而不是 WAR 结构中。
如何从其他位置加载或引用 GSP?
我不确切知道,但也许,这个配置属性会帮助你:
grails.gsp.enable.reload = true grails.gsp.view.dir = /path/to/your/gsps // default 'WEB-INF/grails-app/views '