SpringBoot学习的相关工程并辅以博文讲解。主要包括入门的Hello World、自定义配置的获取、集成mybatis的xml和注解使用、集成jpa的使用、集成druid进行项目的监控、事物实战使用, 项目打包、使用logback日志文件管理、添加过滤器和拦截器、多数据源、Restful风格的服务、集成elasticsearch、redis、netty、集成jsp和thymeleaf、集成storm、kafka等相关技术。
☆1,641Jan 23, 2025Updated last year
Alternatives and similar repositories for springBoot-study
Users that are interested in springBoot-study are comparing it to the libraries listed below
Sorting:
- java-study 是本人学习Java过程中记录的一些代码!从Java基础的数据类型、jdk1.8的Lambda、Stream和日期的使用、 IO流、数据集合、多线程使用、并发编程、23种设计模式示例代码、常用的工具类, 以及一些常用框架,netty、mina、sprin…☆1,303Jan 24, 2024Updated 2 years ago
- 基于springboot的快速学习示例,整合自己遇到的开源框架,如:rabbitmq(延迟队列)、Kafka、jpa、redies、oauth2、swagger、jsp、docker、k3s、k3d、k8s、mybatis加解密插件、异常处理、日志输出、多模块开发、多环境…☆2,748Mar 7, 2025Updated 11 months ago
- springcloud学习的相关工程并辅以博文讲解。主要介绍Eureka(服务注册发现)、Feign (服务消费)、Ribbon(负载均衡)、Hystrix(熔断器)、Dashboard(熔断器监控)、Config(分布式配置中心)、Zuul(路由网关)等等相关内容。☆119Mar 13, 2024Updated last year
- springboot 和一些主流框架的整合的各个基本demo☆1,285Jan 22, 2026Updated last month
- about learning Spring Boot via examples. Spring Boot 教程、技术栈示例代码,快速简单上手教程。☆30,647Nov 18, 2023Updated 2 years ago
- 一个涵盖六个专栏:Spring Boot 2.X、Spring Cloud、Spring Cloud Alibaba、Dubbo、分布式消息队列、分布式事务的仓库。希望胖友小手一抖,右上角来个 Star,感恩 1024☆20,061Apr 28, 2024Updated last year
- 🚀一个用来深入学习并实战 Spring Boot 的项目。☆34,085Jul 24, 2024Updated last year
- springboot 框架与其它组件结合如 jpa、mybatis、websocket、security、shiro、cache等☆6,764Jan 27, 2024Updated 2 years ago
- 一款面试刷题的 Spring Cloud 开源系统。零碎时间利用小程序查看常见面试题,夯实Java基础。 该项目可以教会你如何搭建SpringBoot项目,Spring Cloud项目。 采用流行的技术,如 SpringBoot、MyBatis、Redis、 MySql、 …☆2,917Dec 17, 2023Updated 2 years ago
- spring boot 实践学习案例,是 spring boot 初学者及核心技术巩固的最佳实践。☆16,608Dec 3, 2023Updated 2 years ago
- Java Practice Projects(SSM、Spring Boot、Spring Security、MinIO、Vue). 以Java语言为主的各种项目实践,涵盖各个业务、各个功能,并附上高质量文章讲解,其中一些甚至可以单开一个仓库。让你再也不用寻找各种框架d…☆1,423Jan 22, 2022Updated 4 years ago
- SpringBoot系列Demo代码,每个子项目都是SpringBoot的一个知识点或者说技能点且都有对应的博客介绍,代码开箱即用适合新手学习或老司机复习☆833Aug 1, 2025Updated 6 months ago
- Netty 4 的一些技术栈示例代码并辅以博文讲解。主要包括入门的demo,粘包和拆包解决办法,心跳测试,http服务的实现,client重连机制,TCP滑动窗口、protobuf协议传输等相关技术。☆449Oct 4, 2022Updated 3 years ago
- Springboot-Notebook 一个以 springboot 为基础开发框架, 整合 Redis 、Mysql 、 Rabbitmq 、ES 、MongoDB、sharding-jdbc 分库分表、zookeeper 、web人脸识别 、实时消息推送 、SQL优化、…☆3,352Oct 12, 2024Updated last year
- 《史上最简单的Spring Cloud教程源码》☆17,978Apr 12, 2021Updated 4 years ago
- 该仓库中主要是 Spring Boot 的入门学习教程以及一些常用的 Spring Boot 实战项目教程,包括 Spring Boot 使用的各种示例代码,同时也包括一些实战项目的项目源码和效果展示,实战项目包括基本的 web 开发以及目前大家普遍使用的线上博客项目/企…☆5,703Feb 27, 2023Updated 3 years ago
- 《Spring Boot教程》源码☆2,331Feb 2, 2024Updated 2 years ago
- mall学习教程,架构、业务、技术要点全方位解析。mall项目(60k+star)是一套电商系统,使用现阶段主流技术实现。涵盖了SpringBoot、MyBatis、Elasticsearch、RabbitMQ、Redis、MongoDB、MySQL等技术,采用Docker…☆13,354Sep 15, 2024Updated last year
- 《Spring Boot基础教程》,2.x版本持续连载中!点击下方链接直达教程目录!☆15,799Dec 17, 2023Updated 2 years ago
- Spring Cloud 学习案例,服务发现、服务治理、链路追踪、服务监控等☆6,218Jul 18, 2023Updated 2 years ago
- spring boot demo 是一个Spring Boot、Spring Cloud的项目示例,根据市场主流的后端技术,共集成了50+个demo,未来将持续更新。该项目包含helloworld(快速入门)、web(ssh项目快速搭建)、aop(切面编程)、data-re…☆983Sep 18, 2023Updated 2 years ago
- 循序渐进,学习Spring Boot、Spring Boot & Shiro、Spring Batch、Spring Cloud、Spring Cloud Alibaba、Spring Security & Spring Security OAuth2,博客Spring系列…☆29,017May 31, 2024Updated last year
- SpringBoot框架源码实战(已更新到springboot2版本实现)~基本用法,Rest,Controller,事件监听,连接数据库MySQL,jpa,redis集成,mybatis集成(声明式与xml两种方式~对应的添删查改功能),日志处理,devtools配置,拦…☆566Jun 21, 2022Updated 3 years ago
- SpringBoot 使用教程 | 从入门到上瘾 | 基于2.0版本制作☆2,833Sep 20, 2025Updated 5 months ago
- ✍️ Java 工程师必备架构体系知识总结:涵盖分布式、微服务、RPC等互联网公司常用架构,以及数据存储、缓存、搜索等必备技能☆2,102Oct 10, 2025Updated 4 months ago
- 请star,勿fork,因为爱force push!涵盖国际大厂Java/数据库/DDD/设计模式/微服务/中间件/AI大模型应用/区块链开发最佳实践。关注公众号【JavaEdge】,一起交流学习!☆2,853Updated this week
- 2024最新微服务实战教程,Spring Cloud组件、微服务项目实战、Kubernetes容器化部署全方位解析。技术栈:Spring Cloud Alibaba + Spring Boot 3.2 + JDK 17。☆6,899Aug 8, 2024Updated last year
- ☆1,364May 14, 2023Updated 2 years ago
- Opensabre是基于SpringCloud2023的微服务开发平台,整合了Spring Security、Springcloud Alibaba等组件。 包含了基础的RBAC权限管理、授权认证、网关管理、服务治理、审计日志等系统管理基础应用。 定义了相关开发规范、风…☆8,952Oct 13, 2025Updated 4 months ago
- 🍃SpringBoot系列Demo;SpringBoot、MyBatis、Redis、MySql、Kafka、RocketMQ☆849Oct 17, 2025Updated 4 months ago
- spring-boot 项目实践总结☆1,276Oct 12, 2022Updated 3 years ago
- SpringBoot2.0+从入门到实战!☆5,259Feb 2, 2026Updated 3 weeks ago
- 🐍基于SpringCloud 2023.x + Dubbo 3.x + AI构建的模拟秒杀微服务项目,集成了Elasticsearch🔍、Gateway、Mybatis-Plus、Sharding-JDBC等常用开源组件☆2,338Jan 30, 2026Updated last month
- 微人事是一个前后端分离的人力资源管理系统,项目采用SpringBoot+Vue开发。☆28,069Nov 25, 2024Updated last year
- mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于Spring Boot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理…☆82,938Feb 2, 2026Updated 3 weeks ago
- eladmin jpa 版本:项目基于 Spring Boot 2.7.18、 Jpa、 Spring Security、Redis、Vue的前后端分离的后台管理系统,项目采用分模块开发方式, 权限控制采用 RBAC,支持数据字典与数据权限管理,支持一键生成前后端代码,支持…☆21,932Jul 3, 2025Updated 7 months ago
- Java生态研究(Spring Boot + Redis + Dubbo + RocketMQ + Elasticsearch)🔥🔥🔥🔥🔥☆1,964May 28, 2023Updated 2 years ago
- 基于SpringBoot + MySQL + Redis + RabbitMQ + Guava开发的高并发商品限时秒杀系统☆3,202Mar 6, 2022Updated 3 years ago
- Spring Cloud基础教程,持续连载更新中☆7,399Feb 22, 2023Updated 3 years ago