• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Spring boot - disabling velocity view resolver

 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

We use spring boot in our application along with angular js and html.
We use velocity only for email template but not fore view resolver.



Even we dont use velocity view resolver, we get the following error duo to the auto configuration.

ERROR org.apache.velocity - ResourceManager : unable to find resource
'LoadList' in any resource loader. ERROR org.apache.velocity -
ResourceManager : unable to find resource 'index' in any resource
loader.



I tried to disable Velocity configuration,



Also added the following in the application.property file,

spring.velocity.check-template-location=false


But still getting the above error.
Is there anyway to disable velocity view resolver alone.


Thanks,
Baskar.S
 
reply
    Bookmark Topic Watch Topic
  • New Topic