針對IDEA創建springboot項目總是創建是失敗的問題:
Initialization failed for 'https://start.spring.io'
Please check URL, network and proxy settings.
Error message:
Cannot download 'https://start.spring.io': connect timed out
, response: 200 null
參考網上給出的方案:在idea初始界面依次點擊Configure--->Setting--->Http Proxy,選擇Atuo-detect proxy settings 之后點擊check connection,在彈出的框內輸入http://start.spring.io或者是https://start.spring.io,彈出彈出connection successful,仍然無法成功創建springboot項目。
解決方案如下:
【方案一】
直接在官網下好模板(配置選擇,在idea中打開使用即可):https://start.spring.io/
【方案二】
在初始化的時候替換掉 Custom,直接使用aliyun的鏡像節點:http://start.aliyun.com