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

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

前面都能正常執行到這里卡住了,無法啟動成功

前面都能正常執行到這里卡住了,無法啟動成功

qq_無齒又怎樣_0 2018-09-13 01:00:06
@RestController @RequestMapping("/hello") public?class?HelloController?{ ???/*?@Value("${cupSize}") ????private?String?cupSize; ????@Value("${age}") ????private?int?age; ????@Value("${content}") ????private?String?content;*/ ????@Autowired ????private?GirlProperties?girlProperties; ????@GetMapping("/say/${id}") ????public?String?say(@PathVariable("id")Integer?id){ ????????//return?girlProperties.getCupSize(); ????????//return?"index"; ????????return?"id:?"?+?id; ????} }
查看完整描述

2 回答

已采納
?
chandou

TA貢獻22條經驗 獲得超11個贊

@GetMapping("/say/${id}")更改為@GetMapping("/say/{id}")

@GetMapping("/say/{id}")	
public?String?say(@PathVariable("id")?Integer?id)?{		
????return?"id="?+?id;	
}

https://img1.sycdn.imooc.com//5b9a5c6c0001929306330279.jpg

查看完整回答
反對 回復 2018-09-13
?
qq_a沙漏中的時光_0

TA貢獻13條經驗 獲得超2個贊

什么錯?報什么異常

查看完整回答
反對 回復 2018-09-13
  • qq_無齒又怎樣_0
    qq_無齒又怎樣_0
    - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: 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: Invalid mapping on handler class [com.imooc.HelloController]: public java.lang.String com.imooc.HelloController.say(java.lang.Integer)
  • qq_無齒又怎樣_0
    qq_無齒又怎樣_0
    org.springframework.beans.factory.BeanCreationException: 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: Invalid mapping on handler class [com.imooc.HelloController]: public java.lang.String com.imooc.HelloController.say(java.lang.Integer)
  • qq_無齒又怎樣_0
    qq_無齒又怎樣_0
    Caused by: java.lang.IllegalStateException: Invalid mapping on handler class [com.imooc.HelloController]: public java.lang.String com.imooc.HelloController.say(java.lang.Integer)
點擊展開后面3
  • 2 回答
  • 0 關注
  • 2797 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

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

公眾號

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