This commit is contained in:
ityouknow
2022-12-24 18:51:18 +08:00
parent 1711d928f4
commit 02f67e3310

View File

@@ -16,19 +16,23 @@ Spring Boot 使用的各种示例,以最简单、最实用为标准,此开
---
> Spring Boot 3.X 教程来了
**本项目中所有示例均已经更新到 Spring Boot 3.0**
Spring Boot 1.X 系列示例代码请看这里:[Spring Boot 1.X](https://github.com/ityouknow/spring-boot-examples/tree/master/1.x)
Spring Boot 2.X 系列示例代码请看这里:[Spring Boot 2.X](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x)
## 示例代码
- [spring-boot-hello](https://github.com/ityouknow/spring-boot-examples/tree/master/3.x/spring-boot-hello)Spring Boot 3.0 Hello World 示例
- [spring-boot-banner](https://github.com/ityouknow/spring-boot-examples/tree/master/3.x/spring-boot-hello)Spring Boot 3.0 定制 banner 示例
- [spring-boot-helloworld](https://github.com/ityouknow/spring-boot-examples/tree/master/3.x/spring-boot-helloWorld)Spring Boot 3.0 Hello World Test 单元测试示例
- [spring-boot-web](https://github.com/ityouknow/spring-boot-examples/tree/master/3.x/spring-boot-web)Spring Boot 3.0 web 示例
- [spring-boot-redis](https://github.com/ityouknow/spring-boot-examples/tree/master/3.x/spring-boot-redis)Spring Boot 3.0 Redis 示例
- [spring-boot-thymeleaf](https://github.com/ityouknow/spring-boot-examples/tree/master/3.x/spring-boot-thymeleaf)Spring Boot 3.0 Thymeleaf 语法、布局使用示例
- [spring-boot-jpa](https://github.com/ityouknow/spring-boot-examples/tree/master/3.x/spring-boot-jpa)Spring Boot 3.0 Jpa 操作、多数据源使用示例
- [spring-boot-mybatis](https://github.com/ityouknow/spring-boot-examples/tree/master/3.x/spring-boot-jpa)Spring Boot 3.0 Mybatis 注解、xml 使用、多数据源使用示例
- [spring-boot-hello](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-hello)Spring Boot 3.0 Hello World 示例
- [spring-boot-banner](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-hello)Spring Boot 3.0 定制 banner 示例
- [spring-boot-helloworld](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-helloWorld)Spring Boot 3.0 Hello World Test 单元测试示例
- [spring-boot-web](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-web)Spring Boot 3.0 web 示例
- [spring-boot-redis](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-redis)Spring Boot 3.0 Redis 示例
- [spring-boot-thymeleaf](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-thymeleaf)Spring Boot 3.0 Thymeleaf 语法、布局使用示例
- [spring-boot-jpa](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-jpa)Spring Boot 3.0 Jpa 操作、多数据源使用示例
- [spring-boot-mybatis](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-mybatis)Spring Boot 3.0 Mybatis 注解、xml 使用、多数据源使用示例
---