Handler execution: org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' not supportedThere was an unexpected error (type=Method Not Allowed, status=405).Request method 'GET' not supported
当我将@PostMapping更改为@Reques
在我的java web app中,我有3个实体想要通过jsp客户端向这些实体插入数据,每个实体都有一个单独的jsp页面:我的目标是使用hibernate在请求时插入所有这三个实体。我该怎么做呢?目前正在研究springMVC,感谢您的帮助 public class DriverControllerServlet extends HttpServlet {