An error occurred when creating the spring boot project: connect timed out

question

I am new to springboot today, and when I created the most sacred program - hello world, I encountered such an error.

 At first, I didn't care, because I didn't know why the error was not reported later. But when the project creation was completed later, this error appeared again. There is no other way, I can only go to Baidu.

 

I roughly checked the reason and found that this error occurred because the connection between the computer and   'https://start.spring.io' timed out.

 Solution:

I replaced the address 'https://start.spring.io' with the Alibaba Cloud address 'https://start.aliyun.com'

problem solved.

But I also have some concerns and would like to ask you guys for help.  Is it okay if I replace the address 'https://start.spring.io' with Alibaba Cloud's address 'https://start.aliyun.com'? What impact will it have on future projects? ? ?

Guess you like

Origin blog.csdn.net/m0_52991090/article/details/121257735