为了账号安全,请及时绑定邮箱和手机立即绑定

freemarker 模板报错

@Controller

@RequestMapping("ftl")

public class IndexController {

    @Autowired    

    private Resource resource;

    @RequestMapping("/index")

    public String index(ModelMap map) {

        map.addAttribute("resource", resource);

            return "index";

        }

}


freemarker 模板报错 

Description: Field resource in com.hibo.controller.IndexController required a bean of type 'org.springframework.core.io.Resource' that could not be found.

Action: Consider defining a bean of type 'org.springframework.core.io.Resource' in your configuration.



正在回答

2 回答

我也是这个错误,这个你怎么解决的

0 回复 有任何疑惑可以回复我~

问题解决

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

freemarker 模板报错

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信