Commit 73770501 by chamberone

添加geometry模块

1 parent 8ac28715
Showing with 6 additions and 0 deletions
...@@ -56,6 +56,7 @@ ...@@ -56,6 +56,7 @@
<module>project-interface</module> <module>project-interface</module>
<module>project-user</module> <module>project-user</module>
<module>project-gis</module> <module>project-gis</module>
<module>project-geometry</module>
</modules> </modules>
<!-- 用来统一管理jar包依赖的版本,但是不会引入依赖,只有当在某个模块中显示引入某个依赖的时候才会真正的引入jar包 --> <!-- 用来统一管理jar包依赖的版本,但是不会引入依赖,只有当在某个模块中显示引入某个依赖的时候才会真正的引入jar包 -->
......
...@@ -43,3 +43,7 @@ project-interface 公共微服务接口 ...@@ -43,3 +43,7 @@ project-interface 公共微服务接口
project-user 用户管理模块 project-user 用户管理模块
project-order 客户订单模块 project-order 客户订单模块
project-gis 地图数据模块
project-geometry GIS底层依赖模块
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!