当前位置:网站首页>Silicon Valley classroom - official account cloud on demand Silicon Valley classroom microservice project practical notes
Silicon Valley classroom - official account cloud on demand Silicon Valley classroom microservice project practical notes
2022-07-26 01:35:00 【Handsome it God】
Technology stack involves mainstream SpringBoot+SpringCloud Microservice architecture , Tencent cloud file storage and video on demand services are comprehensively applied ;
The project involves the development of wechat official account , Contains the official account menu 、 Official account message 、 Wechat sharing 、 Wechat Authorization 、 Wechat payment ; Front end technology stack of the project ,
Adopt mainstream front-end framework Vue and Element-ui, Wechat official account adopts H5 Page shows , cover ES6、NPM、Babel、Axios、ECharts etc. , Fully realize full stack development ; Tencent cloud one-stop R & D collaboration management platform is adopted CODING DevOps Implement project management deployment .
Functional architecture

Construction works
Package structure
The module specification
ggkt_parent: Silicon Valley classroom root directory ( The parent project ), Manage multiple sub modules :
common: Common module parent node
common_util: Tool class module , All modules can depend on it
service_utils:service Service base package , contain service The public configuration class of the service , all service Modules depend on it
rabbit_utils:rabbitmq Wrapper utility class
model: Entity class related modules
server-gateway: The service gateway
I have finished my study , All functions have been realized , Record the key points and difficulties here in the blog .....
I have studied and finished , Deployed accessible , Welcome to study and exchange . The effect of your own project is shown in the figure below :

service:api Interface service parent node
service_acl: Rights management interface service
service_activity: Coupon api Interface services
service_live: Live course api Interface services
service_order: Order api Interface services
service_user: user api Interface services
service_vod: On demand courses api Interface services
service_wechat: official account api Interface services
service-client:feign The service invokes the parent node
service-activity-client: Coupon api Interface
service-live-client: Live course api Interface
service-order-client: Order api Interface
service-user-client: user api Interface
service-vod-client: On demand courses api Interface
边栏推荐
- 4QAM, 16QAM modulation and demodulation simulation circuit, observe and analyze QAM constellation and bit error rate curve [matlab code]
- Codeforces Round #810 (Div. 2)A~C
- PyCharm在创建py文件时自动添加头部注释
- “蔚来杯“2022牛客暑期多校训练营2 G.[Link with Monotonic Subsequence] 分块构造
- B - Krypton Factor (dfs+ backtracking method)
- How to obtain the cash flow data of advertising services to help analyze the advertising effect?
- 记一次自定义 Redis 分布式锁导致的故障
- Ideal Path(UVA - 1599)
- NodeJS 基于 Dapr 构建云原生微服务应用,从 0 到 1 快速上手指南
- Linear relationship between vectors
猜你喜欢
随机推荐
Speech comprehension - structural analysis exercise of fragment reading
华为无线设备WDS配置命令
Tutorial on principles and applications of database system (056) -- MySQL query (18): usage of other types of functions
poj1521
电视机软件烧录
Advanced C language (I) dynamic memory allocation
Detailed explanation of redis data structure, combined with books
大咖观点+500强案例,软件团队应该这样提升研发效能
[software development specification III] [software version naming Specification]
[go] how to control the maximum number of concurrent processes
Record a failure caused by a custom redis distributed lock
销量连连夺冠,五菱的成功秘诀只有低价吗?
快速创建题目文件夹
Linked list related interview questions
Introduction to API testing
Prime Ring Problem
"Weilai Cup" 2022 Niuke summer multi school training camp 2 g.[link with monotonic subsequence] block structure
Oracle - isupplier portal Invoicing error
Dijkstra find the shortest path
The gym closes 8000 stores a year. How does the studio that bucks the trend and makes profits open?








