# springboot-integration **Repository Path**: hongawen/springboot-integration ## Basic Information - **Project Name**: springboot-integration - **Description**: springboot集成各种中间件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-08 - **Last Updated**: 2025-03-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 目的 开发过程中,在构建的springboot项目中,因业务的需要会集成各种第三方组件,所以构建了该项目,用于记录springboot与各种第三方组件的集成以及使用 #### 目录 ``` lua springboot-integration ├── amqp -- 集成高级消息队列 ├── RabbitMQ ├── RocketMQ ├── auth -- 集成热门权限管理框架涵 ├── shiro ├── spring security ├── database -- 集成数据库,包括非关系型 ├── redis -- 客户端为lettuce ├── microservice-module -- 微服务治理组件 ├── springcloud-alibaba -- 阿里巴巴体系 ├── nacos --服务注册、配置中心 ├── mqtt -- 编写mqtt协议客户端 ├── spring-integartion-paho集成 ├── ORM -- 持久层框架 ├─ mybatis ├─ mybatis springdata-jpa └── common -- 通用的一些依赖 ```