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

相关推荐
牛马baby14 分钟前
Springboot 自动装配原理是什么?SPI 原理又是什么?
java·spring boot·后端
小小深35 分钟前
了解JVM
java·jvm
Sunlight_77741 分钟前
第五章 SQLite数据库:1、SQLite 基础语法及使用案例
java·linux·服务器·jvm·数据库·tcp/ip·sqlite
JhonKI1 小时前
【从零实现高并发内存池】内存池整体框架设计 及 thread cache实现
java·redis·缓存
何似在人间5751 小时前
SpringAI+DeepSeek大模型应用开发——4 对话机器人
java·机器人·大模型应用开发·spring ai
pursue.dreams1 小时前
Spring Boot整合T-IO实现即时通讯
spring boot·websocket·t-io
-曾牛2 小时前
【LangChain4j快速入门】5分钟用Java玩转GPT-4o-mini,Spring Boot整合实战!| 附源码
java·开发语言·人工智能·spring boot·ai·chatgpt
kfepiza2 小时前
HttpSessionListener 的用法笔记250417
java·笔记·servlet·tomcat
冬天vs不冷2 小时前
SpringBoot条件注解全解析:核心作用与使用场景详解
java·spring boot·python
考虑考虑2 小时前
Springboot捕获feign抛出的异常
spring boot·后端·spring