You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
土豆兄弟 df1a3ecc0d [文档修改](master): 周末学习 Spring Webflux + JavBus
更新了周末学习的成果 2022年09月04日22:41:25
2 years ago
..
account-service [文档修改](master): 周末学习 Spring Webflux + JavBus 2 years ago
customer-service [文档修改](master): 周末学习 Spring Webflux + JavBus 2 years ago
message [文档修改](master): 周末学习 Spring Webflux + JavBus 2 years ago
order-service [文档修改](master): 周末学习 Spring Webflux + JavBus 2 years ago
README.md [文档修改](master): 周末学习 Spring Webflux + JavBus 2 years ago
pom.xml [文档修改](master): 周末学习 Spring Webflux + JavBus 2 years ago

README.md

基于 响应式的 客户管理系统

设计

  • 该项目中的Web服务设计

generateCustomerTicket{ 创建 CustomerTicket 对象 从远程 account-service 中获取 Account 对象 从远程 order-service 中获取 Order 对象 设置 CustomerTicket 对象属性 保存 CustomerTicket 对象并返回 }