打开网页报错:
Ambiguous mapping. Cannot map 'handController' method 
public com.smallchill.core.toolbox.ajax.AjaxResult com.smallchill.smtlamp.controller.HandController.AC2off(java.lang.String)
to {[/hand/AC1off]}: There is already 'handController' bean method
public com.smallchill.core.toolbox.ajax.AjaxResult com.smallchill.smtlamp.controller.HandController.AC1off(java.lang.String) mapped.
 
解决办法:

@RequestMapping()中的url重复了,修改为不同的url即可;

相关文章:

  • 2022-12-23
  • 2021-09-02
  • 2022-12-23
  • 2021-10-28
  • 2021-12-10
  • 2022-12-23
  • 2021-05-30
  • 2022-01-14
猜你喜欢
  • 2022-12-23
  • 2021-05-05
  • 2022-12-23
  • 2021-05-27
  • 2021-10-07
  • 2022-12-23
相关资源
相似解决方案