当我尝试加载localhost时,我得到解析错误:8080 /.
Whitelabel Error Page
This application has no explicit mapping for /error,so you are seeing this as a fallback.
Mon Apr 20 16:59:56 EEST 2015
There was an unexpected error (type=Internal Server Error,status=500).
Exception parsing document: template="index",line 26 - column 3
模板(HTML)
查看(班级)
public String mainPage(Model model){
ApplicationContext context = new ClassPathXmlApplicationContext("beans.xml");
PersonJDBCTemplate personJDBCTemplate = (PersonJDBCTemplate) context.getBean("personJDBCTemplate");
List
最佳答案
原文链接:https://www.f2er.com/spring/431827.html