Ambiguous mapping found. Cannot map 'xx' bean method异常

来源:互联网 发布:淘宝能赚多少钱 编辑:程序博客网 时间:2024/05/22 15:22

java.lang.IllegalStateException: Ambiguous mapping found. Cannot map ‘xxxController’ bean method
public java.lang.String com******ApplyTestController.toCashier(java.lang.Long,java.lang.Long,java.lang.String,java.lang.String)
to {[/payTest/toCashier],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}: There is already ‘xxxController’ bean method
public java.lang.String com.******estController.toCashier(java.lang.Long,java.lang.Long,java.lang.String,java.lang.Long) mapped.

0 0