Skip to content

安装Doc接口服务

获取代码

  • 获取 doc 分支
git
git clone -b doc --single-branch https://gitee.com/mmsAdmin/mms.git

pom.xml

版本控制

  • 将下面代码添加到 dependencies 节点中
xml
    <!-- 文档管理模块-->
    <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>

模块

  • 将下面代码添加到添加到 modules 节点中
xml
    <module>mms-docs</module>

Released under the MIT License.