Skip to content

工具公共部分

独立工具

模块作用备注
ztgis-tool-application启动项
ztgis-tool-common工具的公用部分

模块

ztgis-tool-application

pom.xml需要部署的接口

xml
<dependencies>
    <!-- 模块工具接口 -->
    <dependency>
        <groupId>xxx</groupId>
        <artifactId>xxx-controller</artifactId>
        <version>1.0.0</version>
        <scope>compile</scope>
    </dependency>


</dependencies>

ztgis-tool-common

公共模块

  • 接口返回结构
  • xxx