# HuaXing-SpringCloudDemo **Repository Path**: pj2016_302/HuaXing-SpringCloudDemo ## Basic Information - **Project Name**: HuaXing-SpringCloudDemo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-10 - **Last Updated**: 2021-09-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HuaXing-SpringCloudDemo 以SpringCloud 微服务框架为基础,集成了目前市面上各种技术。 ## 版本信息 1:SpringBoot 版本:2.2.11.RELEASE 2:SpringCloud 版本:Hoxton.SR9 3:Java 版本:Java8 ## 博客地址 https://blog.csdn.net/a767815662 ## 微信公共号:华星详谈 欢迎大家给与一定的支持,在公众号中作者会持续分享Java相关的技术以及面试、资料等。 ## 项目结构总概 - **designMode**: 设计模式详解 - [CSDN 专栏:设计模式专栏](https://blog.csdn.net/a767815662/category_10805596.html) - [微信公众号话题:设计模式专栏](https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzI0MTY3Mjg5MQ==&action=getalbum&album_id=1744352120289443849&scene=173&subscene=93&sessionid=1613563868&enterid=1613563871&from_msgid=2247484091&from_itemidx=1&count=3#wechat_redirect) - **rabbit**:集成RabbitMQ 详解 - [CSDN 博客:RebbitMQ 专栏](https://blog.csdn.net/a767815662/category_10598332.html) - [微信公众号话题:RebbitMQ 专栏](https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzI0MTY3Mjg5MQ==&action=getalbum&album_id=1616774164550336516&scene=126#wechat_redirect) ## 项目结构详细介绍 ### 1、集成RabbitMQ的三种方式 --- com.huaxing.rabbitmq | --- _01hello 原生态API(hello 模式) | --- _02_work 原生态API(work 模式) | --- _03publish_subscribe 原生态API(publish_subscribe 模式) | --- _04routing 原生态API(routing 模式) | --- _05topics 原生态API(topics 模式) | --- _06springboot 集成SpringBoot | --- RecvToSpringBoot 接收者服务 | --- SendToSpringBootController 发送者服务 | --- rabbitmq-consumer1 集成SpringCloud Stream 消费者 | --- rabbitmq-sender 集成SpringCloud Stream 生产者