spring boot初始化的几个总结

spring intializr

File->New->Project

注意:Spring Initializer中 Java版本选择模块已经不支持1.8了。

Spring Boot 3.x要求 Java最低版本为17, 最新的SpringBoot版本已经要求Java22了

所以,你可以升级Java版本,使用SpringBoot3.X

spring.io

地址:https://start.spring.io/

start.aliyun.com

地址:https://start.aliyun.com/

阿里云的地址还保留有spring2的版本,原来的spring intializr可以使用阿里云的地址,但是现在使用都报错,只能在web端选择好配置,下载依赖。

spring boot demo

为了方便copy demo,先准备好插件,edge浏览器,下载Octotree 插件。不过看现在github页面已经改版,可以直接查看列表。

Octotree 插件下载:

--- ->扩展 -> 管理扩展 -> 获取 Microsoft Edge 扩展

fastgithub下载:

https://gitee.com/chcrazy/FastGithub/releases

springboot-learning-experience

https://github.com/WinterChenS/springboot-learning-experience

国内地址:

https://blog.csdn.net/Winter_chen001/article/details/80537829

springboot-learning-example

https://github.com/JeffLi1993/springboot-learning-example

国内地址:

https://gitee.com/jeff1993/springboot-learning-example/tree/master

spring-boot-examples

https://github.com/ityouknow/spring-boot-examples

国内地址

https://gitee.com/ityouknow/spring-boot-examples

springbootexamples

https://github.com/u014427391/springbootexamples

SpringBoot-Learning

https://github.com/dyc87112/SpringBoot-Learning/tree/master/2.x

spring-boot-demo

https://github.com/xkcoding/spring-boot-demo

SpringAll

https://github.com/wuyouzhuguli/SpringAll

SpringBoot-Labs

https://github.com/yudaocode/SpringBoot-Labs

springBoot

https://github.com/527515025/springBoot

相关推荐
rebel25 分钟前
若依框架整合 CXF 实现 WebService 改造流程(后端)
java·后端
代码的余温2 小时前
5种高效解决Maven依赖冲突的方法
java·maven
慕y2742 小时前
Java学习第十六部分——JUnit框架
java·开发语言·学习
paishishaba2 小时前
Maven
java·maven
张人玉2 小时前
C# 常量与变量
java·算法·c#
Java技术小馆2 小时前
GitDiagram如何让你的GitHub项目可视化
java·后端·面试
Codebee3 小时前
“自举开发“范式:OneCode如何用低代码重构自身工具链
java·人工智能·架构
程序无bug3 小时前
手写Spring框架
java·后端
程序无bug3 小时前
Spring 面向切面编程AOP 详细讲解
java·前端
全干engineer3 小时前
Spring Boot 实现主表+明细表 Excel 导出(EasyPOI 实战)
java·spring boot·后端·excel·easypoi·excel导出