doc:完成idea设置文档

This commit is contained in:
dashan 2024-01-09 23:26:36 +08:00
parent 8ebd1cb244
commit d75d0af1c2
5 changed files with 28 additions and 0 deletions

View File

@ -131,3 +131,31 @@
```
![image-20240107113638495](assets/image-20240107113638495.png)
## 创建SpringBoot项目时只能选择jdk17和jdk21
创建SpringBoot项目只能选择java17和java21
![image-20240109213542277](assets/image-20240109213542277.png)
**原因**
> 默认ServerURL start.spring.io
spring2.X版本在2023年11月24日停止维护了因此创建spring项目时不再有2.X版本的选项只能从3.1.X版本开始选择
而Spring3.X版本不支持JDK8JDK11最低支持JDK17因此JDK11也无法选择了
当然停止维护只代表我们无法用idea主动创建spring2.X版本的项目了不代表我们无法使用该使用依然能使用丝毫不受影响
**解决办法**
修改Server URL地址为 `start.aliyun.com` 目前阿里云还支持springboot2.*项目的创建
![image-20240109213655554](assets/image-20240109213655554.png)
修改之后就可以选择了
![image-20240109213820497](assets/image-20240109213820497.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB