{"id":13462461,"url":"https://github.com/ityouknow/spring-boot-examples","last_synced_at":"2025-05-12T07:50:06.894Z","repository":{"id":37276272,"uuid":"72907253","full_name":"ityouknow/spring-boot-examples","owner":"ityouknow","description":"about learning Spring Boot via examples. Spring Boot 教程、技术栈示例代码，快速简单上手教程。 ","archived":false,"fork":false,"pushed_at":"2023-11-18T16:32:16.000Z","size":1074,"stargazers_count":30461,"open_issues_count":15,"forks_count":12350,"subscribers_count":1319,"default_branch":"master","last_synced_at":"2025-05-12T05:42:35.783Z","etag":null,"topics":["docker","docker-composer","fastdfs","java","mongodb","mybatis","rabbitmq","scheduler","spring","spring-boot","spring-boot-examples","spring-boot-mail","spring-boot-mongodb","spring-boot-upload-file","spring-cloud","spring-data-jpa","springboot","springboot-shiro","springcloud","thymeleaf"],"latest_commit_sha":null,"homepage":"http://www.ityouknow.com/spring-boot.html","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ityouknow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-05T05:32:33.000Z","updated_at":"2025-05-12T04:12:58.000Z","dependencies_parsed_at":"2024-07-31T12:17:25.765Z","dependency_job_id":null,"html_url":"https://github.com/ityouknow/spring-boot-examples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ityouknow%2Fspring-boot-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ityouknow%2Fspring-boot-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ityouknow%2Fspring-boot-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ityouknow%2Fspring-boot-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ityouknow","download_url":"https://codeload.github.com/ityouknow/spring-boot-examples/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253692207,"owners_count":21948312,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-composer","fastdfs","java","mongodb","mybatis","rabbitmq","scheduler","spring","spring-boot","spring-boot-examples","spring-boot-mail","spring-boot-mongodb","spring-boot-upload-file","spring-cloud","spring-data-jpa","springboot","springboot-shiro","springcloud","thymeleaf"],"created_at":"2024-07-31T12:00:48.379Z","updated_at":"2025-05-12T07:50:06.866Z","avatar_url":"https://github.com/ityouknow.png","language":"Java","readme":"Spring Boot 学习示例\n=========================\n\n![Spring Boot 2.0](https://img.shields.io/badge/Spring%20Boot-2.0-brightgreen.svg)\n![Mysql 5.6](https://img.shields.io/badge/Mysql-5.6-blue.svg)\n![JDK 1.8](https://img.shields.io/badge/JDK-1.8-brightgreen.svg)\n![Maven](https://img.shields.io/badge/Maven-3.5.0-yellowgreen.svg)\n![license](https://img.shields.io/badge/license-MPL--2.0-blue.svg)\n \nSpring Boot 使用的各种示例，以最简单、最实用为标准，此开源项目中的每个示例都以最小依赖，最简单为标准，帮助初学者快速掌握 Spring Boot 各组件的使用。\n\n[Spring Boot 中文索引](https://github.com/ityouknow/awesome-spring-boot) \u0026nbsp;| \u0026nbsp; [Spring Cloud学习示例代码](https://github.com/ityouknow/spring-cloud-examples) \u0026nbsp;| \u0026nbsp; [Spring Boot 精品课程](https://github.com/ityouknow/spring-boot-leaning) \n\n [Github地址](https://github.com/ityouknow/spring-boot-examples) \u0026nbsp;| \u0026nbsp; [码云地址](https://gitee.com/ityouknow/spring-boot-examples) \u0026nbsp;| \u0026nbsp;  [Spring Boot 1.X](https://github.com/ityouknow/spring-boot-examples/tree/master/1.x) | \u0026nbsp;  [Spring Boot 2.X](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x)\n\n---\n\n\n**本项目中所有示例均已经更新到 Spring Boot 3.0**\n\n- Spring Boot 1.X  系列示例代码请看这里：[Spring Boot 1.X](https://github.com/ityouknow/spring-boot-examples/tree/master/1.x)   \n- Spring Boot 2.X  系列示例代码请看这里：[Spring Boot 2.X](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x) \n\n\n\n## 示例代码\n\n- [spring-boot-hello](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-hello)：Spring Boot 3.0  Hello World 示例\n- [spring-boot-banner](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-hello)：Spring Boot 3.0  定制 banner 示例\n- [spring-boot-helloworld](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-helloWorld)：Spring Boot 3.0  Hello World Test 单元测试示例\n- [spring-boot-scheduler](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-scheduler)：Spring Boot 3.0 定时任务 scheduler 使用示例\n- [spring-boot-package](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-package)：Spring Boot 3.0 单元测试、集成测试、打 Jar/War 包、定制启动参数使用案例\n- [spring-boot-commandLineRunner](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-commandLineRunner)：Spring Boot 3.0 目启动时初始化资源案例\n- [spring-boot-web](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-web)：Spring Boot 3.0 web 示例\n- [spring-boot-webflux](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-webflux)：Spring Boot 3.0  响应式编程 WebFlux 使用案例\n- [spring-boot-file-upload](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-file-upload)：Spring Boot 3.0 上传文件使用案例\n- [spring-boot-thymeleaf](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-thymeleaf)：Spring Boot 3.0 Thymeleaf 语法、布局使用示例\n- [spring-boot-jpa](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-jpa)：Spring Boot 3.0 Jpa 操作、增删、改查多数据源使用示例\n- [spring-boot-mybatis](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-mybatis)：Spring Boot 3.0 Mybatis 注解、xml 使用、增删改查、多数据源使用示例\n- [spring-boot-web-thymeleaf](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-web-thymeleaf)：Spring Boot 3.0 thymeleaf 增删该查示例\n- [spring-boot-jpa-thymeleaf-curd](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-jpa-thymeleaf-curd)：Spring Boot 3.0 Jpa thymeleaf 列表、增删改查使用案例\n- [spring-boot-mail](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-mail)：Spring Boot 3.0 邮件发送使用示例\n- [spring-boot-rabbitmq](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-rabbitmq)：Spring Boot 3.0 RabbitMQ 各种常见场景使用示例 \n- [spring-boot-mongodb](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-mongodb)：Spring Boot 3.0 MongoDB 增删改查示例 多数据源使用案例\n- [spring-boot-redis](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-redis)：Spring Boot 3.0 Redis 示例\n- [spring-boot-memcache-spymemcached](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-memcache-spymemcached)：Spring Boot 3.0  集成 Memcached 使用案例\n- [spring-boot-docker](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-docker)：Spring Boot 3.0 Docker 使用案例\n- [dockercompose-springboot-mysql-nginx](https://github.com/ityouknow/spring-boot-examples/tree/master/dockercompose-springboot-mysql-nginx)：Spring Boot 3.0 Docker Compose + Spring Boot + Nginx + Mysql 使用案例\n\n\n\u003e 如果大家想了解关于 Spring Boot 的其它方面应用，也可以以[issues](https://github.com/ityouknow/spring-boot-examples/issues)的形式反馈给我，我后续来完善。\n\n关注公众号：纯洁的微笑，回复\"666\"进群交流\n\n![](http://www.ityouknow.com/assets/images/keeppuresmile_430.jpg)","funding_links":[],"categories":["Uncategorized","Java","开发工具\u0026框架","开源","Java/Kotlin","HarmonyOS","后端开发框架及项目","实战项目","后端","Web Development","Java (504)","thymeleaf","设计模式"],"sub_categories":["Uncategorized","Windows Manager","管理面板","SpringBoot实战项目","C++/C Toolkit","Spring Boot","SpringBoot教程"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fityouknow%2Fspring-boot-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fityouknow%2Fspring-boot-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fityouknow%2Fspring-boot-examples/lists"}