課程
/后端開發
/Java
/2小時學會Spring Boot
圖片上最下面一行還顯示“Request method 'GET' not supported”,這里沒有用get方法啊
2018-06-18
源自:2小時學會Spring Boot 5-2
正在回答
你這是get請求啊
post的參數是不會在url里的,使用postman工具吧
你這種訪問的方式其實就是get方式去訪問controller
舉報
Spring Boot入門視頻教程,你將學會使用Spring Boot快速構建應用程序
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2018-07-27
你這是get請求啊
2018-06-19
post的參數是不會在url里的,使用postman工具吧
2018-06-18
你這種訪問的方式其實就是get方式去訪問controller