簡體   English   中英

Spring + Thymeleaf:ResourceManager:無法在任何資源加載器中找到資源“ index.vm”

[英]Spring + Thymeleaf: ResourceManager : unable to find resource 'index.vm' in any resource loader

我正在使用Spring Boot + Thymeleaf。 我不明白為什么每個請求都會出現此錯誤: ResourceManager : unable to find resource 'xxxx.vm' in any resource loader. 其中xxxx是視圖名稱。 在application.properties中進行設置將無濟於事: spring.velocity.checkTemplateLocation=false

在配置類中設置此設置將有所幫助: @EnableAutoConfiguration(exclude = { DataSourceAutoConfiguration.class,VelocityAutoConfiguration.class })

我解決了apps.properties中的問題設置:

spring.velocity.enabled=false

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM