File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed
Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change @@ -93,4 +93,18 @@ To add a new microservice, simply follow these steps:
93932 . Configure HTTPS certificates
94943 . Add persistent data storage
95954 . Configure appropriate resource limits
96- 5 . Add monitoring and log collection
96+ 5 . Add monitoring and log collection
97+
98+ ## Version History
99+
100+ ### base-v1.0.0 (Basic Starter Version)
101+ Release Date: Please refer to [ base-v1.0.0 tag] ( https://github.com/lprintf/microservice/releases/tag/base-v1.0.0 ) for details
102+
103+ > Note: This version corresponds to the ` base-stable ` branch. For long-term maintenance, please develop based on this branch.
104+
105+ This is the first basic starter version with the following key features:
106+ 1 . Complete microservice architecture based on FastAPI, Traefik and Consul
107+ 2 . Implemented auth service, user service and product service
108+ 3 . Integrated frontend service providing visual operation interface
109+ 4 . Support service discovery, load balancing and API gateway routing
110+ 5 . Provided Docker Compose configuration for easy deployment
Original file line number Diff line number Diff line change @@ -98,3 +98,17 @@ curl "http://localhost/products" \
98983 . 添加数据持久化存储
99994 . 配置适当的资源限制
1001005 . 添加监控和日志收集
101+
102+ ## 版本说明
103+
104+ ### base-v1.0.0 (基础入门版本)
105+ - 发布日期: 请查看 [ base-v1.0.0 tag] ( https://github.com/lprintf/microservice/releases/tag/base-v1.0.0 ) 获取详细信息
106+
107+ > 提示: 该版本对应分支为 ` base-stable ` ,如需长期维护版本,请基于此分支进行开发。
108+
109+ 这是第一个基础入门版本,包含以下主要特性:
110+ 1 . 完整的微服务架构搭建,基于FastAPI、Traefik和Consul
111+ 2 . 实现了认证服务、用户服务和产品服务
112+ 3 . 集成了前端服务,提供可视化操作界面
113+ 4 . 支持服务发现、负载均衡和API网关路由
114+ 5 . 提供了Docker Compose配置,便于快速部署
You can’t perform that action at this time.
0 commit comments