mirror of
https://gitee.com/mmsAdmin/mms
synced 2025-12-06 08:58:55 +08:00
安装mms-docs 模块
This commit is contained in:
parent
a087d73cff
commit
34df200280
@ -67,6 +67,12 @@
|
|||||||
<groupId>com.sxpcwlkj</groupId>
|
<groupId>com.sxpcwlkj</groupId>
|
||||||
<artifactId>mms-thymeleaf</artifactId>
|
<artifactId>mms-thymeleaf</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<!-- 文档Admin管理模块-->
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.sxpcwlkj</groupId>
|
||||||
|
<artifactId>mms-doc-admin</artifactId>
|
||||||
|
<version>${revision}</version>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|||||||
14
pom.xml
14
pom.xml
@ -556,7 +556,18 @@
|
|||||||
<artifactId>weixin-java-cp</artifactId>
|
<artifactId>weixin-java-cp</artifactId>
|
||||||
<version>${weixin.version}</version>
|
<version>${weixin.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<!-- 文档管理模块-->
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.sxpcwlkj</groupId>
|
||||||
|
<artifactId>mms-doc-admin</artifactId>
|
||||||
|
<version>${revision}</version>
|
||||||
|
</dependency>
|
||||||
|
<!-- 文档API模块-->
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.sxpcwlkj</groupId>
|
||||||
|
<artifactId>mms-doc-api</artifactId>
|
||||||
|
<version>${revision}</version>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
|
||||||
@ -564,6 +575,7 @@
|
|||||||
<module>mms-admin</module>
|
<module>mms-admin</module>
|
||||||
<module>mms-modules</module>
|
<module>mms-modules</module>
|
||||||
<module>mms-zoom</module>
|
<module>mms-zoom</module>
|
||||||
|
<module>mms-docs</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user