controller方法直接返回对象报错

controller方法 返回对象,报错

controller方法直接返回对象报错_第1张图片

 

HTTP Status 500 – Internal Server Error


Type Exception Report

Message Servlet.init() for servlet [springmvc-01] threw exception

Description The server encountered an unexpected condition that prevented it from fulfilling the request.

Exception

javax.servlet.ServletException: Servlet.init() for servlet [springmvc-01] threw exception
	org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:475)
	org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:80)
	org.apache.catalina.valves.AbstractAccessLogV

你可能感兴趣的:(springmvc,springmvc)