YXJ2018 / SpringBoot-Vue-OnlineExam

在线考试系统,springboot+vue前后端分离的一个项目.
1.87k stars 443 forks source link

运行后无法打开页面 #29

Open Chuck0Lee opened 3 years ago

Chuck0Lee commented 3 years ago

你好,我运行之后打不开页面,不知道可不可以请教一下。 报下面的错误 Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' not supported]

YXJ2018 commented 3 years ago

你好,我运行之后打不开页面,不知道可不可以请教一下。 报下面的错误 Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' not supported]

这个错误是说不支持GET请求方式,应该是你改了代码吧。