-
Notifications
You must be signed in to change notification settings - Fork 30
Description
I am currently using spring boot and gradle to build my project.
I have followed instruction and I am facing below error.
com.granule.JSCompileException: Granule cache was loaded not on the server start-up. Recommended to add the parameter 1 into servlet configuration in web.xml.
at com.granule.cache.TagCacheFactory.getInstance(TagCacheFactory.java:43) ~[granule1.0.9.jar:1.0.9]
at com.granule.CompressTagHandler.processChunk(CompressTagHandler.java:306) ~[granule1.0.9.jar:1.0.9]
at com.granule.CompressTagHandler.handleTag(CompressTagHandler.java:198) ~[granule1.0.9.jar:1.0.9]
at com.granule.CompressTag.doAfterBody(CompressTag.java:66) ~[granule1.0.9.jar:1.0.9]
at org.apache.jsp.WEB_002dINF.jsp.orderconfirmation_jsp._jspx_meth_g_005fcompress_005f0(orderconfirmation_jsp.java:371) ~[?:?]