start.spring.io不能用解决方法汇总
不管用eclipse还是idea开发springboot项目,都是连接到官方的脚手架网站:http://start.spring.io ,由于一些原因,经常访问很慢,或者干脆访问不了。
方案一:使用阿里云的脚手架
方案二:自己本地搭一个web服务器
使用spring官网项目搭建
项目地址: https://github.com/spring-io/start.spring.io.git
搭建步骤:https://cloud.tencent.com/developer/article/1787395
使用三方的
项目地址:https://gitee.com/pollyduan/spring-boot-initializr
搭建步骤:https://developer.aliyun.com/article/695531
优点:有docker容器直接一键部署,缺点:陈旧,有4年没更新了