From c5423465643e376a16199b3a974bba0a3adf77de Mon Sep 17 00:00:00 2001 From: yexuejc <940526mf> Date: Fri, 17 Aug 2018 12:22:35 +0800 Subject: [PATCH] =?UTF-8?q?1.0.13=20=E5=8D=87=E7=BA=A7base?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 41ac76e..d554a6f 100644 --- a/README.md +++ b/README.md @@ -8,37 +8,41 @@ parent:版本封装
base:功能封装 -#### 引用 ->yexuejc.springboot.version=1.0.12 +#### 最新版本 +>yexuejc.springboot.version=1.0.13
+>yexuejc.base.version=1.1.7 pom.xml ``` - com.github.yexuejc.yexuejc-springboot + com.yexuejc.springboot yexuejc-springboot-parent - ${yexuejc.springboot.version} + 最新版本 - com.github.yexuejc.yexuejc-springboot + com.yexuejc.springboot yexuejc-springboot-base ${parent.version} - com.github.yexuejc - yexuejc-base - ${yexuejc.base.version} + + com.yexuejc.base + yexuejc-base + ${yexuejc.base.version} + - jitpack.io - https://jitpack.io + yexuejc-nexus-public + yexuejc-nexus-public + https://nexus.yexuejc.club/repository/maven-public/ ```