jdk17 commit

This commit is contained in:
Eric
2026-02-09 13:29:54 +08:00
commit 167b0e02cf
292 changed files with 17485 additions and 0 deletions

14
framework.md Normal file
View File

@@ -0,0 +1,14 @@
## lingniu-framework 介绍
- 是一个基于 SpringBoot/cloud、Apollo、Nacos 等开发的内部框架。
## lingniu-framework 特点
* 基于 Spring 完整的 MVC + ORM 支持。
* 支持多数据源、分库分表和分布式事务。
* 统一注册支持Nacos作为注册中心实现多配置、分群组、分命名空间、多业务模块的注册和发现功能
* 支持基于 Apollo 分布式配置中心
* 完整的分布式缓存、分布式session、分布式锁支持
* 集成Mybatis Plus
* 组件(Mysql/Oracle/Redis/JetCache/XXLJob等)多租户友好支持
* 消息中心集成消息中间件RocketMQ对业务进行异步处理;
* 等等
## 组件介绍
![img_1.png](img_1.png)