Skip to main content
7 events
when toggle format what by license comment
Nov 4, 2015 at 15:20 comment added yglodt Is it possible to disable only WebappResourceLoader ? I have a "regular" viewresolver for JSP's which works, and I need Velocity for emails, thus I only want to disable Velocity looking for web resources.
Aug 26, 2015 at 15:34 vote accept Don'tWantTo
Aug 25, 2015 at 14:48 answer added yglodt timeline score: 9
Dec 8, 2014 at 12:53 comment added Don'tWantTo Thanks both for confirming I wasn't barking up the wrong tree :)
Dec 2, 2014 at 5:07 comment added hoserdude I experienced something along the same lines with 1.1.9. In addition to the exclude I added spring.velocity.checkTemplateLocation=false and it seemed to stop complaining about not finding index.vm. This may have been addressed in 1.2 (RC) which I am testing now as I see the exclude does the trick on it's own.
Nov 26, 2014 at 13:03 comment added Dave Syer That should do it. If you want the velocity configuration but not the view resolver you can just define your own bean named "velocityViewResolver" (I'm pretty sure it says that in the user guide).
Nov 26, 2014 at 11:20 history asked Don'tWantTo CC BY-SA 3.0