white knight

导航

 
@Autowired
private SpringTemplateEngine thymeleaf;

public String aa() 
{
    Context context = new Context();
    context.setVariable("xx1", "xx1");
    
    return thymeleaf.process("templateName", context);
}

 

posted on 2018-07-18 16:08  white knight  阅读(764)  评论(0编辑  收藏  举报