Request method 'PUT' not supported
<form:form action="${pageContext.request.contextPath }/emp" method="post" modelAttribute="employee">
加上${pageContext.request.contextPath }就可以了
Request method 'PUT' not supported
<form:form action="${pageContext.request.contextPath }/emp" method="post" modelAttribute="employee">
加上${pageContext.request.contextPath }就可以了