[Spring cloud 一步步实现广告系统] 1. 业务架构分析

1,157 阅读1分钟

什么是广告系统?

UTOOLS1564023780475.png

主要包含:

  • 广告主投放广告的《广告投放系统》
  • 媒体方(广告展示媒介-<地铁广告屏幕>)检索广告用的《广告检索系统》
  • 广告计费系统(按次,曝光量等等)
  • 报表系统
  • Etc.

使用技能栈

  • JDK1.8
  • MySQL 8+
  • Maven 3+
  • Spring cloud Greenwich.SR2
    • Eureka
    • Zuul / gateway
    • Feign
    • ...
  • Spring boot 2.1.5
  • Kafka 2.2.0
  • MySQL Binlog

项目结构

UTOOLS1564023668349.png

项目架构

UTOOLS1564023710910.png