How to prevent Grails from caching old versions of gsp file?

前端 未结 6 1468
心在旅途
心在旅途 2021-02-04 10:20

I am making modifications to /grails-app/views/index.gsp.

When I save the file and refresh http://localhost:8080/index.gsp in Firefox, I am getting an old version of the

6条回答
  •  醉话见心
    2021-02-04 10:33

    There's a plugin for controlling cache behavior in grails called Cache Headers: http://grails.org/plugin/cache-headers

提交回复
热议问题