springboot freemarker不渲染页面返回字符串

前台:
图片说明
后台:
图片说明

使用modelView 返回的是页面的字符串,不是页面,这个怎么弄呢

FTL模版结构是否正确?http://freemarker.foofun.cn/dgui_template_overallstructure.html 页面结构参考下

用@RestController 或者 @ResponseBody