From 20f08629c3beb0bafa88de4def369204726a5daa Mon Sep 17 00:00:00 2001 From: lwnmengjing Date: Thu, 2 Nov 2023 10:08:20 +0800 Subject: [PATCH] Update README.md (#57) --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5abb68c..6c90da9 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ # mss-boot --- -https://github.com/mss-boot-io/mss-boot +https://github.com/mss-boot-io/mss-boot [![License](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/mss-boot-io/mss-boot) -[![Build Status](https://travis-ci.org/mss-boot-io/mss-boot.svg?branch=main)](https://travis-ci.org/mss-boot-io/mss-boot) -[![Coverage Status](https://coveralls.io/repos/github/mss-boot-io/mss-boot/badge.svg?branch=main)](https://coveralls.io/github/mss-boot-io/mss-boot?branch=main) +[![ci](https://github.com/mss-boot-io/mss-boot/actions/workflows/ci.yml/badge.svg)](https://github.com/mss-boot-io/mss-boot/actions/workflows/ci.yml) English | [简体中文](https://github.com/mss-boot-io/mss-boot/blob/main/README.Zh-cn.md) @@ -14,9 +13,11 @@ English | [简体中文](https://github.com/mss-boot-io/mss-boot/blob/main/READM An enterprise-level language heterogeneous microservice solution that supports grpc and http protocols. The single-service code framework adheres to the principle of minimalism, while providing complete devops process support (gitops). -[documentation](https://mss-boot-io.github.io/mss-boot-docs/index.html) +[documentation](https://docs.mss-boot-io.top) -[microservices](https://github.com/mss-boot-io/mss-boot-monorepo) +[http service template](https://github.com/mss-boot-io/service-http) + +[grpc service template](https://github.com/mss-boot-io/service-grpc) ## ✨ feature > - Follow RESTful API Design Specifications @@ -26,11 +27,10 @@ An enterprise-level language heterogeneous microservice solution that supports g > - Perfect cicd package ## todo list -> - [ ] Support tenants -> - [ ] Support dynamodb +> - [x] Support dynamodb > - [x] Support config provider -> - [ ] Support istio traces -> - [ ] Out-of-the-box support +> - [x] Support istio traces +> - [x] Out-of-the-box support ## Buy me a coffee Buy Me A Coffee @@ -47,4 +47,4 @@ The `mss-boot-io` project has always been developed in the GoLand integrated dev [MIT](https://raw.githubusercontent.com/mss-boot-io/mss-boot/main/LICENSE) -Copyright (c) 2022 mss-boot-io \ No newline at end of file +Copyright (c) 2022 mss-boot-io