在springmvc扫描的时候,没有把前后台的路径的注解扫描到。
比如:
<mvc:annotation-driven />
如果只配下面的扫描,不配上面是不行的。所以如果<mvc:annotation-driven />很关键 <context:component-scan base-package="cn.com.syxPro.*" />