Browse Source

低代码管理-简化工程依赖,把mdp-sys合并进入mdp-lcode

master
陈裕财 2 years ago
parent
commit
b41a4cc7ef
  1. 7
      README.md
  2. 6
      mdp-lcode/pom.xml

7
README.md

@ -143,12 +143,7 @@ spring boot + spring cloud + mybatis plus + flowable(可选)
# 克隆开发底座项目 # 克隆开发底座项目
git clone https://gitee.com/maimengcloud/mdp-core.git 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项目(非必须) # 克隆oauth2项目(非必须)
git https://gitee.com/maimengcloud/mdp-oauth2-backend git https://gitee.com/maimengcloud/mdp-oauth2-backend

6
mdp-lcode/pom.xml

@ -16,17 +16,17 @@
<dependency> <dependency>
<groupId>com.mdp</groupId> <groupId>com.mdp</groupId>
<artifactId>mdp-sys</artifactId> <artifactId>mdp-sys</artifactId>
<version>2.0.0-RELEASE</version>
<version>${mdp.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.mdp</groupId> <groupId>com.mdp</groupId>
<artifactId>mdp-arc-mate</artifactId> <artifactId>mdp-arc-mate</artifactId>
<version>2.0.0-RELEASE</version>
<version>${mdp.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.mdp</groupId> <groupId>com.mdp</groupId>
<artifactId>mdp-arc-pub</artifactId> <artifactId>mdp-arc-pub</artifactId>
<version>2.0.0-RELEASE</version>
<version>${mdp.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>
Loading…
Cancel
Save