About SpringMVC appeared class path resource [SpringMVC.xml] cannot be opened because it does not exit the solution

The reason for this error is that the SpringMVC.xml file is not read in the class loading path.
Check whether the xml file is configured with
classpath: SpringMVC.xml.
If this is not resolved, you can see if your SpringMVC file is in class loading. Path, that is, under the src directory.
Never put it under other directories, otherwise it will not be recognized.
Never put it under other directories, otherwise it will not be recognized.
Never put it under other directories, otherwise it will not be recognized.

Guess you like

Origin blog.csdn.net/xiaole060901/article/details/109519935