报错信息是因为重名了RequestMapper
比如有一个RequestMapper("/person/index")
另外一个页面也有RequestMapper("/index")
就会报错Ambiguous mapping. Cannot map 'XXXController' method
之前在Eclipse的时候 没有遇到过。。刚刚用Idea还有很多不熟。日后来提供更多的答案
报错信息是因为重名了RequestMapper
比如有一个RequestMapper("/person/index")
另外一个页面也有RequestMapper("/index")
就会报错Ambiguous mapping. Cannot map 'XXXController' method
之前在Eclipse的时候 没有遇到过。。刚刚用Idea还有很多不熟。日后来提供更多的答案