Jfinal + Jettyhttp:localhosttestpost 能返回post这个action下的renderText,但不能返回render("test.html")并且出现500错误

【Jfinal + Jettyhttp:localhosttestpost 能返回post这个action下的renderText,但不能返回render("test.html")并且出现500错误】

Jfinal + Jettyhttp:localhosttestpost 能返回post这个action下的renderText,但不能返回render("test.html")并且出现500错误

文章插图
final+jetty http: localhost测试post在post的作用下可以返回renderText() , 但是不能返回render( quot;test.htmlquot)并出现500错误 。JFinal+Jetty http: localhost测试post在post的作用下可以返回renderText() , 但是不能返回render( quot;test.htmlquot)并出现500错误 。简介:如题 , 配置路由:public void config route(routes me){ me . add("/testquot; , hello controller . class);}文件目录结构: