为了账号安全,请及时绑定邮箱和手机立即绑定

servlet.init()问题

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0': Invocation of init method failed; nested exception is java.lang.IllegalStateException: Ambiguous mapping found. Cannot map 'seckillController' bean method
public org.seckill.dto.SeckillResult<java.lang.Long> org.seckill.web.SeckillController.time()
to {[/seckill],methods=[GET]}: There is already 'seckillController' bean method
public java.lang.String org.seckill.web.SeckillController.list(org.springframework.ui.Model) mapped.

正在回答

2 回答

把requestMapping() 里面的name改成value之后还是报异常,最后把pom文件中的jackson依赖2.6.7版本改为2.9.8之后可运行

1 回复 有任何疑惑可以回复我~

requestMapping() 里面的name改成value 

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

servlet.init()问题

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信