IDEA-Solve the HTTP Status 404 problem (SSM integration project)

IDEA-Solve the HTTP Status 404 problem (SSM integration project)

I recently downloaded an SSM project from the Internet

Link: https://github.com/lxy-go/SSM-CRUD


HTTP Status 404 always appears when running with idea

At first I thought it was a problem with Web.xml, or my path was entered incorrectly, but it was not found.


The final solution:

Configure web.xml and web resource directory in idea

In Project Structure> Modules> Web, configure web.xml and web resource directory as follows:

Write picture description here



Continuously updating...

Article reference learning address: https://blog.csdn.net/qq_32715873/article/details/80857883

I recently downloaded an SSM project from the Internet

Link: https://github.com/lxy-go/SSM-CRUD


HTTP Status 404 always appears when running with idea

At first I thought it was a problem with Web.xml, or my path was entered incorrectly, but it was not found.


The final solution:

Configure web.xml and web resource directory in idea

In Project Structure> Modules> Web, configure web.xml and web resource directory as follows:

Write picture description here


Guess you like

Origin blog.csdn.net/weixin_44325444/article/details/106323468
Recommended