# springCloudDemo **Repository Path**: bemy/spring-cloud-demo ## Basic Information - **Project Name**: springCloudDemo - **Description**: spring cloud 学习项目 - **Primary Language**: Java - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-20 - **Last Updated**: 2025-11-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springCloudDemo #### 介绍 spring cloud 学习项目 #### 软件架构 软件架构说明 #### 安装教程 1. 启动nacos 2. 运行backendgateway服务 3. 运行其他服务 #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) ### 示例 curl --location --request POST 'localhost:8445/user/api/order?userId=123' ok 2023-03-15 11:13:40.999 vncXpEJDSjGRgRHyOioQ [XNIO-1 task-1] INFO com.example.user.aspect.WebLogAspect:62 - Url:/user/api/order 2023-03-15 11:13:41.003 vncXpEJDSjGRgRHyOioQ [XNIO-1 task-1] INFO com.example.user.aspect.WebLogAspect:63 - Parameters:{"userId":["123"]} 2023-03-15 11:13:41.004 vncXpEJDSjGRgRHyOioQ [XNIO-1 task-1] INFO com.example.user.aspect.WebLogAspect:64 - Class:com.example.user.controller.BaseController 2023-03-15 11:13:41.005 vncXpEJDSjGRgRHyOioQ [XNIO-1 task-1] INFO com.example.user.aspect.WebLogAspect:65 - Method:order 2023-03-15 11:13:41.029 vncXpEJDSjGRgRHyOioQ [XNIO-1 task-1] INFO com.example.user.aspect.WebLogAspect:66 - Request Args:["123"] 2023-03-15 11:13:41.033 vncXpEJDSjGRgRHyOioQ [XNIO-1 task-1] INFO com.example.user.controller.BaseController:41 - 下单操作... 2023-03-15 11:13:41.034 vncXpEJDSjGRgRHyOioQ [XNIO-1 task-1] INFO com.example.user.controller.BaseController:43 - 触发事件操作... 2023-03-15 11:13:41.036 [UserPool-1] INFO com.example.user.event.UserEmailNotifyListener:23 - 第一步:发送邮件,内容:User(name=null, code=123, id=null, createTime=null) 2023-03-15 11:13:41.036 [UserPool-2] INFO com.example.user.event.UserSmsNotifyListener:23 - 第二步:发送短信,内容:User(name=null, code=123, id=null, createTime=null) 2023-03-15 11:13:41.037 vncXpEJDSjGRgRHyOioQ [XNIO-1 task-1] INFO com.example.user.aspect.WebLogAspect:71 - Response:"ok" 2023-03-15 11:13:41.037 [LogPool-1] INFO com.example.user.event.KeyLogEventListener:24 - 关键操作日志:User(name=null, code=123, id=null, createTime=null) 2023-03-15 11:13:41.037 vncXpEJDSjGRgRHyOioQ [XNIO-1 task-1] INFO com.example.user.aspect.WebLogAspect:73 - Time-Consuming:8 ms 2023-03-15 11:13:41.039 [UserPool-5] INFO com.example.user.event.UserNotifyEventListener:35 - [线程-UserPool-5]发送用户成交消息:User(name=null, code=123, id=null, createTime=null) 2023-03-15 11:13:41.039 [UserPool-3] INFO com.example.user.event.UserNotifyEventListener:21 - [线程-UserPool-3]发送用户通知消息:User(name=null, code=123, id=null, createTime=null) 2023-03-15 11:13:41.039 [UserPool-4] INFO com.example.user.event.UserNotifyEventListener:28 - [线程-UserPool-4]发送用户奖励消息:User(name=null, code=123, id=null, createTime=null) 2023-03-15 11:13:42.037 [UserPool-2] INFO com.example.user.event.UserSmsNotifyListener:29 - 短信已发送 2023-03-15 11:13:42.037 [UserPool-1] INFO com.example.user.event.UserEmailNotifyListener:29 - 邮件已发送