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

相关推荐
摇滚侠6 小时前
《SpringBoot 3:入门与应用实战》第 12 章 JDBC 与事务 使用 JdbcTemplate 阅读笔记 32
spring boot·笔记·后端
phltxy6 小时前
C语言操作符详解
java·c语言·算法
步行cgn8 小时前
@Configuration 详解:Spring 配置类的核心注解
java·后端·spring
sunshine22 girl8 小时前
Java学习一 环境配置2 安装和基本使用Idea
java·学习·intellij-idea
嘿嘿-669 小时前
Windows 一键使用 GPT-6 Astra:Codex CLI 配置教程
java·人工智能·windows·gpt·chatgpt·web
策案案案10 小时前
YOLO: 将AI Agents嵌入到IntelliJ IDEA
java·大数据·人工智能·笔记·yolo·microsoft·intellij-idea
辰烨chenye12 小时前
LeetCode Hot 100 题解 · 堆篇
java·算法·leetcode
shehuiyuelaiyuehao12 小时前
算法29,前缀和,除自身以外的数组的乘积
java·数据结构·算法
小刘在重生~13 小时前
Java常用类|String类详解 + BigDecimal精准计算(含面试题)
java·开发语言·python
随遇而安zx13 小时前
【多线程】---JMM 与 volatile 深度解析
java·多线程