From b41a4cc7efeebcae5efc96bccd4e6c0ebf33f7ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Fri, 23 Feb 2024 12:56:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=8E=E4=BB=A3=E7=A0=81=E7=AE=A1=E7=90=86-?= =?UTF-8?q?=E7=AE=80=E5=8C=96=E5=B7=A5=E7=A8=8B=E4=BE=9D=E8=B5=96=EF=BC=8C?= =?UTF-8?q?=E6=8A=8Amdp-sys=E5=90=88=E5=B9=B6=E8=BF=9B=E5=85=A5mdp-lcode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +------ mdp-lcode/pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1e18df0..c06e8af 100644 --- a/README.md +++ b/README.md @@ -143,12 +143,7 @@ spring boot + spring cloud + mybatis plus + flowable(可选) # 克隆开发底座项目 git clone https://gitee.com/maimengcloud/mdp-core.git # 安装开发底座依赖 -mvn install - -# 克隆sys项目 -git clone https://gitee.com/maimengcloud/mdp-sys-backend.git -# 安装sys依赖 -mvn install +mvn install # 克隆oauth2项目(非必须) git https://gitee.com/maimengcloud/mdp-oauth2-backend diff --git a/mdp-lcode/pom.xml b/mdp-lcode/pom.xml index df5369f..396373f 100644 --- a/mdp-lcode/pom.xml +++ b/mdp-lcode/pom.xml @@ -16,17 +16,17 @@ com.mdp mdp-sys - 2.0.0-RELEASE + ${mdp.version} com.mdp mdp-arc-mate - 2.0.0-RELEASE + ${mdp.version} com.mdp mdp-arc-pub - 2.0.0-RELEASE + ${mdp.version} \ No newline at end of file