# spring-boot-example-all **Repository Path**: chinaxieshuai/spring-boot-example-all ## Basic Information - **Project Name**: spring-boot-example-all - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-08-27 - **Last Updated**: 2021-08-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Spring Boot 学习示例 ========================= ![Spring Boot 2.0](https://img.shields.io/badge/Spring%20Boot-2.0-brightgreen.svg) ![Mysql 5.6](https://img.shields.io/badge/Mysql-5.6-blue.svg) ![JDK 1.8](https://img.shields.io/badge/JDK-1.8-brightgreen.svg) ![Maven](https://img.shields.io/badge/Maven-3.5.0-yellowgreen.svg) ![license](https://img.shields.io/badge/license-MPL--2.0-blue.svg) Spring Boot 使用的各种入门示例,以最简单、最实用为标准,此开源项目中的每个示例都以最小依赖,最简单为标准,帮助初学者快速掌握 Spring Boot 各组件的使用。 #### [Spring Boot](https://github.com/chinashuai/spring-boot-example-all) --- ## Spring Boot 2.0 **示例代码** - [spring-boot-hello](https://github.com/chinashuai/spring-boot-example-all/tree/master/spring-boot-simple):Spring Boot 2.0 Hello World 的示例 - [spring-boot-swagger](https://github.com/chinashuai/spring-boot-example-all/tree/master/spring-boot-swagger):Spring Boot 整合 swagger 的示例 - [spring-boot-thymeleaf](https://github.com/chinashuai/spring-boot-example-all/tree/master/spring-boot-thymeleaf) : Spring Boot 整合 thymeleaf 的示例 - [spring-boot-schedule](https://github.com/chinashuai/spring-boot-example-all/tree/master/spring-boot-schedule): Spring Boot 整合 定时任务 的示例 - [spring-boot-redis](https://github.com/chinashuai/spring-boot-example-all/tree/master/spring-boot-redis): Spring Boot 整合 redis 的示例 - [spring-boot-rabbitmq](https://github.com/chinashuai/spring-boot-example-all/tree/master/spring-boot-rabbitmq): Spring Boot 整合 RabbitMQ 的示例 - [spring-boot-rabbitmq-multiple](https://github.com/chinashuai/spring-boot-example-all/tree/master/spring-boot-rabbitmq-multiple): Spring Boot 连接多个 RabbitMQ 的示例 - [spring-boot-mybatis](https://github.com/chinashuai/spring-boot-example-all/tree/master/spring-boot-mybatis): Spring Boot 整合 Mybatis 的示例 - [spring-boot-multiple-mybatis](https://github.com/chinashuai/spring-boot-example-all/tree/master/spring-boot-multiple-mybatis) : Spring Boot 整合 多数据源 + Mybatis 的示例 - [spring-boot-banner](https://github.com/chinashuai/spring-boot-example-all/tree/master/spring-boot-banner) : Spring Boot 自定义启动Banner 的示例 - [spring-boot-admin-all](https://github.com/chinashuai/spring-boot-example-all/tree/master/spring-boot-admin-all) : Spring Boot 整合 Admin 的示例 - [spring-boot-actuator](https://github.com/chinashuai/spring-boot-example-all/tree/master/spring-boot-actuator) : Spring Boot 整合 Actuator 的示例 - [spring-boot-eureka](https://github.com/chinashuai/spring-boot-example-all/tree/master/spring-boot-eureka) : Spring Boot 整合 Eureka 的示例 - [spring-boot-hystrix](https://github.com/chinashuai/spring-boot-example-all/tree/master/spring-boot-hystrix) : Spring Boot 整合 Hystrix 的示例 - [spring-boot-sharding-JDBC](https://github.com/chinashuai/spring-boot-example-all/tree/master/spring-boot-sharding) : Spring Boot 整合 sharding-JDBC 的示例 **参考文章** - [Spring Boot 2(一):简单搭建SpringBoot项目](https://www.jianshu.com/p/21fbf259eb5e) - [Spring Boot 2(二):SpringBoot和Swagger快速构建REST API并生成优美的API文档](https://www.jianshu.com/p/85a4886e5f2b) - [Spring Boot 2(三):SpringBoot和Mybatis配置多数据源连接多个数据库](https://www.jianshu.com/p/735852145580) - [Spring Boot 2(四):SpringBoot和RabbitMQ整合](https://www.jianshu.com/p/e19ab9bcecb9) `持续更新中...` ## 关注公众号:java之旅 ![个人微信公众号:java之旅,关注下吧](https://upload-images.jianshu.io/upload_images/2710833-917dd89795bb306a.png)