今天在写SpringMvc的时候 路径出现了问题 显示
class path resource [springmvc.xml] cannot be opened because it does not exist
其实这就是没有读取到这个xml文件 于是 在classpath前加了*就完成了
今天在写SpringMvc的时候 路径出现了问题 显示
class path resource [springmvc.xml] cannot be opened because it does not exist
其实这就是没有读取到这个xml文件 于是 在classpath前加了*就完成了