依赖源码说明

This commit is contained in:
msgroup 2021-08-08 22:06:10 +08:00
parent 83870afbad
commit ba313fb935
1 changed files with 4 additions and 0 deletions

View File

@ -45,6 +45,7 @@
<artifactId>ms-base</artifactId> <artifactId>ms-base</artifactId>
<version>2.1.5</version> <version>2.1.5</version>
</dependency> </dependency>
<!--base源码-->
<dependency> <dependency>
<groupId>net.mingsoft</groupId> <groupId>net.mingsoft</groupId>
<artifactId>ms-base</artifactId> <artifactId>ms-base</artifactId>
@ -57,6 +58,7 @@
<artifactId>ms-basic</artifactId> <artifactId>ms-basic</artifactId>
<version>2.1.5</version> <version>2.1.5</version>
</dependency> </dependency>
<!--basic源码-->
<dependency> <dependency>
<groupId>net.mingsoft</groupId> <groupId>net.mingsoft</groupId>
<artifactId>ms-basic</artifactId> <artifactId>ms-basic</artifactId>
@ -69,6 +71,7 @@
<artifactId>ms-mdiy</artifactId> <artifactId>ms-mdiy</artifactId>
<version>2.1.5</version> <version>2.1.5</version>
</dependency> </dependency>
<!--mdiy源码-->
<dependency> <dependency>
<groupId>net.mingsoft</groupId> <groupId>net.mingsoft</groupId>
<artifactId>ms-mdiy</artifactId> <artifactId>ms-mdiy</artifactId>
@ -76,6 +79,7 @@
<classifier>sources</classifier> <classifier>sources</classifier>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!--store入口依赖源码不开发如果不需要MStore可以直接去掉依赖-->
<dependency> <dependency>
<groupId>net.mingsoft</groupId> <groupId>net.mingsoft</groupId>
<artifactId>store-client</artifactId> <artifactId>store-client</artifactId>