亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定

spring boot為什么引入兩個mapping會報錯

@GetMapping(name = "/hello")
public String hello() {
return "hello";
}

@GetMapping(name = "/hello2")
public String hello2() {
return "hello";
}

當再寫@GetMapping(name = "/hello2")的方法時報錯。
Error creating bean with name 'requestMappingHandlerMapping' defined in class path resource [org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Ambiguous mapping. Cannot map 'helloWord' method?
public java.lang.String com.java.HelloWord.hello2()
to {[],methods=[GET]}: There is already 'helloWord' bean method
public java.lang.String com.java.HelloWord.hello() mapped.

除此之外,只寫一個mapping @GetMapping(name = "/hello")?
http://localhost:8080/hello可以訪問到該方法
http://localhost:8080/xxxx也可以訪問到該方法

正在回答

1 回答

Spring boot是java后臺代碼的自動配置

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

舉報

0/150
提交
取消
2小時學會Spring Boot
  • 參與學習       151526    人
  • 解答問題       1132    個

Spring Boot入門視頻教程,你將學會使用Spring Boot快速構建應用程序

進入課程

spring boot為什么引入兩個mapping會報錯

我要回答 關注問題
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號