From 54f1076f7e9a6cdf11e124b4e2b4bcd4cb2cc42b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A6=82=E6=A2=A6=E6=8A=80=E6=9C=AF?= <596392912@qq.com> Date: Sun, 12 May 2019 20:06:16 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E6=B7=BB=E5=8A=A0=20snapshots=20shiel?= =?UTF-8?q?ds=20img.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8611ca5f..a50bedb5 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ ## mica(云母) -[![Mica Maven](https://img.shields.io/maven-central/v/net.dreamlu/mica-bom.svg?style=flat-square)](https://mvnrepository.com/artifact/net.dreamlu/mica-bom) +[![Mica Maven release](https://img.shields.io/nexus/r/https/oss.sonatype.org/net.dreamlu/mica-bom.svg?style=flat-square)](https://mvnrepository.com/artifact/net.dreamlu/mica-bom) +[![Mica maven snapshots](https://img.shields.io/nexus/s/https/oss.sonatype.org/net.dreamlu/mica-bom.svg?style=flat-square)](https://oss.sonatype.org/content/repositories/snapshots/net/dreamlu/mica-bom) `Mica`,Spring Cloud 微服务开发核心包,支持 `web` 和 `webflux`。 +`注意`:`snapshots` 版本会及时响应,修复最新的 `bug` 或者必要的需求。 + | 依赖 | 版本 | | ------------ | ----------------- | | Spring Boot | 2.1.x | -- GitLab