spring boot bug(3)---访问静态资源问题

“spring.mvc.static-path-pattern”用于阐述HTTP请求地址,而“spring.resources.static-locations”则用于描述静态资源的存放位置。

使用velocity框架,访问.vm模板的路径设置,解决访问白页问题。

Whitelabel Error Page

This application has no explicit mapping for /error, so you are seeing this as a fallback.

Mon Dec 24 10:53:56 CST 2018

There was an unexpected error (type=Internal Server Error, status=500).

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.

注意最后一句,这句话是各种各样错误原因。

String fileDir=MytoutiaoApplication.class.getResource("/templates").getPath();
Properties properties=new Properties();
VelocityEngine velocityEngine=new VelocityEngine();
properties.setProperty(velocityEngine.FILE_RESOURCE_LOADER_PATH, fileDir);
velocityEngine.init();
		
//获取模板对象
Template template=velocityEngine.getTemplate("news.vm");
VelocityContext context=new VelocityContext();
context.put("name", "GY");
		
StringWriter sWriter=new StringWriter();
template.merge(context, sWriter);
		
return sWriter.toString();

详情请看:https://www.jianshu.com/p/bd5e55656dc7

全部评论

相关推荐

2025-12-15 14:07
广州南方学院 C++
小海c:hr在线简历会筛选你一遍,然后觉得符合预期,就跟你要简历,然后给对应部门那边审核,过了的话对应部门的人会面试你,然后那个部门大概率也是你回去的部门
点赞 评论 收藏
分享
2025-12-15 12:50
河北工程大学
sta666:我也是这个国际商业化的,三天,一天一面,就通过了,不过我是后端实习生,好好面感觉能过。
点赞 评论 收藏
分享
01-01 23:23
复旦大学 Java
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务