新增地图模块
This commit is contained in:
parent
5e2fce8501
commit
75496131a6
17
cloud-common-plugin-map/pom.xml
Normal file
17
cloud-common-plugin-map/pom.xml
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<artifactId>cm-cloud</artifactId>
|
||||
<groupId>com.cm</groupId>
|
||||
<version>1.0.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>cloud-common-plugin-map</artifactId>
|
||||
<description>地图插件,画网格</description>
|
||||
<version>1.0.1-SNAPSHOT</version>
|
||||
|
||||
|
||||
|
||||
</project>
|
Loading…
Reference in New Issue
Block a user