Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 368 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 368 Bytes

farseer-go框架使用演示

shopping

模拟一个小型电商平台,用到的技术:

  • ddd:使用领域驱动设计
  • ioc:使用ioc/container,做解耦、注入、依赖倒置
  • webapi:api服务,并使用动态api技术
  • data:数据库操作
  • redis:redis操作
  • eventBus:事件驱动

详情:请到shopping目录中查看