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

相关推荐
m0_571957581 小时前
Java | Leetcode Java题解之第543题二叉树的直径
java·leetcode·题解
魔道不误砍柴功3 小时前
Java 中如何巧妙应用 Function 让方法复用性更强
java·开发语言·python
NiNg_1_2343 小时前
SpringBoot整合SpringSecurity实现密码加密解密、登录认证退出功能
java·spring boot·后端
闲晨3 小时前
C++ 继承:代码传承的魔法棒,开启奇幻编程之旅
java·c语言·开发语言·c++·经验分享
种树人202408193 小时前
如何在 Spring Boot 中启用定时任务
spring boot
测开小菜鸟5 小时前
使用python向钉钉群聊发送消息
java·python·钉钉
P.H. Infinity6 小时前
【RabbitMQ】04-发送者可靠性
java·rabbitmq·java-rabbitmq
生命几十年3万天6 小时前
java的threadlocal为何内存泄漏
java
caridle6 小时前
教程:使用 InterBase Express 访问数据库(五):TIBTransaction
java·数据库·express
^velpro^6 小时前
数据库连接池的创建
java·开发语言·数据库