博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
SpringBoot+Gradle+Freemarker报错,Check your ViewResolver setup
阅读量:5124 次
发布时间:2019-06-13

本文共 636 字,大约阅读时间需要 2 分钟。

配置文件都对,报视图渲染错误:

Whitelabel Error PageThis application has no explicit mapping for /error, so you are seeing this as a fallback.Fri May 05 18:52:50 CST 2017There was an unexpected error (type=Internal Server Error, status=500).Circular view path [login]: would dispatch back to the current handler URL [/login] again. Check your ViewResolver setup! (Hint: This may be the result of an unspecified view, due to default view name generation.)

检查后发现Jar包要用SpringBoot自带的Freemarker,不能用Freemarker官方的,在Gradle配置文件里将Jar包替换为

compile 'org.springframework.boot:spring-boot-starter-freemarker'

问题解决。

转载于:https://www.cnblogs.com/bobdylan/p/6814563.html

你可能感兴趣的文章
8、RDD持久化
查看>>
第二次团队冲刺--2
查看>>
VMware Tools安装
查看>>
Linux上架设boost的安装及配置过程
查看>>
[转载]加密算法库Crypto——nodejs中间件系列
查看>>
zoj 2286 Sum of Divisors
查看>>
使用Xshell密钥认证机制远程登录Linux
查看>>
OpenCV之响应鼠标(三):响应鼠标信息
查看>>
Android 画图之 Matrix(一)
查看>>
List<T>列表通用过滤模块设计
查看>>
【模板】最小生成树
查看>>
设计模式之结构型模式
查看>>
poj2569
查看>>
使用pygal_maps_world.i18n中数据画各大洲地图
查看>>
sql server必知多种日期函数时间格式转换
查看>>
jQuery EasyUI 的下拉选择combobox后台动态赋值
查看>>
timeline时间轴进度“群英荟萃”
查看>>
python if else elif statement
查看>>
网络编程
查看>>
文本隐藏(图片代替文字)
查看>>