Browse Source

低代码管理-增加spring-cloud的部署安装工程

master
陈裕财 2 years ago
parent
commit
550d42928f
  1. 8
      pom.xml

8
pom.xml

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>mdp-lcode-backend</artifactId> <artifactId>mdp-lcode-backend</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>mdp-lcode-backend cloud环境启动器</name>
<name>mdp-lcode-backend 低代码系统</name>
<parent> <parent>
<groupId>com.mdp</groupId> <groupId>com.mdp</groupId>
<artifactId>mdp-products</artifactId> <artifactId>mdp-products</artifactId>
@ -16,6 +16,7 @@
<module>mdp-arc-pub</module> <module>mdp-arc-pub</module>
<module>mdp-lcode</module> <module>mdp-lcode</module>
<module>mdp-lcode-bootstrap</module> <module>mdp-lcode-bootstrap</module>
<module>mdp-lcode-cloud-bootstrap</module>
</modules> </modules>
<dependencies> <dependencies>
@ -47,6 +48,11 @@
<artifactId>mdp-lcode-bootstrap</artifactId> <artifactId>mdp-lcode-bootstrap</artifactId>
<version>${mdp.version}</version> <version>${mdp.version}</version>
</dependency> </dependency>
<dependency>
<groupId>com.mdp</groupId>
<artifactId>mdp-lcode-cloud-bootstrap</artifactId>
<version>${mdp.version}</version>
</dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>
<description>低代码系统</description> <description>低代码系统</description>
Loading…
Cancel
Save