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

相关推荐
武子康4 分钟前
Java-144 深入浅出 MongoDB BSON详解:MongoDB核心存储格式与JSON的区别与应用场景
java·开发语言·数据库·mongodb·性能优化·json·bjson
聪明的笨猪猪5 分钟前
Java Spring “事务” 面试清单(含超通俗生活案例与深度理解)
java·经验分享·笔记·面试
云飞云共享云桌面28 分钟前
东莞精密机械制造工厂如何10个SolidWorks共用一台服务器资源
java·运维·服务器·网络·数据库·电脑·制造
毕设源码-赖学姐34 分钟前
【开题答辩全过程】以 网络药店管理系统为例,包含答辩的问题和答案
java·eclipse
努力也学不会java35 分钟前
【Java并发】揭秘Lock体系 -- 深入理解ReentrantReadWriteLock
java·开发语言·python·机器学习
埃泽漫笔1 小时前
消息队列延迟与过期问题的实战解决
java·mq
花花无缺1 小时前
资源泄露问题
java·后端·http
爱敲代码的TOM1 小时前
深入剖析Java通信架构下的三种IO模式2
java·开发语言·架构
杨DaB2 小时前
【JavaSE】JVM
java·jvm
lang201509282 小时前
掌握MyBatis Java API:高效操作数据库
java·数据库·mybatis