idea中写servlet时报错--关于405错误

 

将super方法注释掉

原因:super是调用了此类继承父类doget和dopost方法的,

如果此类中没有这个方法,就会报错The specified HTTP method is not allowed for the requested resource.

相关文章:

  • 2021-09-14
  • 2022-12-23
  • 2021-09-27
  • 2022-12-23
  • 2021-06-11
  • 2021-05-10
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-26
  • 2022-12-23
  • 2021-10-28
  • 2022-12-23
  • 2021-08-10
  • 2021-10-23
  • 2022-12-23
相关资源
相似解决方案