org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springfr

 错误信息入下图,经过测试发现,spring mvc中一个类里只能有一个

@RequestMapping(name = "/regist.do",method=RequestMethod.GET)

如果有两个及其以上就会报错,即使name不同也不行

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springfr_第1张图片

你可能感兴趣的:(框架)