Solution:
The first step is to confirm that spring support is configured, such as:
In general, the configuration of the above can be normal navigation, but today is not the general situation, otherwise it will not say, if after the first step set, or can not normal navigation of the classmate, you can continue to see the second step.
Second, turn off idea, then go to the root directory of the project and delete the configuration file generated by idea for the project, such as the file labeled in:
Then re-open the project with idea and try to navigate normally.
The cause of the problem, the preliminary identification may be the idea in the build project configuration file when the bug, causing SPRINGMVC identification a bit of a problem, delete the configuration file regeneration, you can.
Intellij idea can't jump from controller to view page solution