最贊回答 / 慕工程4672345
我也遇到了,現在解決了,方法如下:首先將maven的settings.xml改為阿里云的鏡像,
&ic?mirror&?????? ?&;ne!--This?sends?everything?else?to?/public?--&rro ????&??&id&namnexus-aliyun&iyu/id&;/n ????&??&mirrorOf&;ht...
2018-04-07
查詢操作執行不了出現如下問題:
"timestamp": "2018-04-06T17:13:30.774+0000",
"status": 400,
"error": "Bad Request",
"message": "Required String parameter 'cupSize' is not present",
"path": "/girls/2"
可以在postman中將body標簽改為xxx那個
"timestamp": "2018-04-06T17:13:30.774+0000",
"status": 400,
"error": "Bad Request",
"message": "Required String parameter 'cupSize' is not present",
"path": "/girls/2"
可以在postman中將body標簽改為xxx那個
2018-04-07
啟動項目命令行:
進入項目目錄,輸入mvn spring-boot:run
進入項目目錄,mvn install cd target target ll target java -jar 項目.jar
RequestMapping(value="/hello" method=RequsetMethod.GET)
進入項目目錄,輸入mvn spring-boot:run
進入項目目錄,mvn install cd target target ll target java -jar 項目.jar
RequestMapping(value="/hello" method=RequsetMethod.GET)
2018-04-04