|
@@ -128,28 +128,35 @@
|
|
|
<artifactId>spring-boot-starter-websocket</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>com.supermap</groupId>-->
|
|
|
-<!-- <artifactId>analyst.spatialanalyst</artifactId>-->
|
|
|
-<!-- <version>11.0</version>-->
|
|
|
-<!-- <scope>system</scope>-->
|
|
|
-<!-- <systemPath>${basedir}/lib/com.supermap.analyst.spatialanalyst.jar</systemPath>-->
|
|
|
-<!-- </dependency>-->
|
|
|
-
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>com.supermap</groupId>-->
|
|
|
-<!-- <artifactId>data</artifactId>-->
|
|
|
-<!-- <version>11.0</version>-->
|
|
|
-<!-- <scope>system</scope>-->
|
|
|
-<!-- <systemPath>${basedir}/lib/com.supermap.data.jar</systemPath>-->
|
|
|
-<!-- </dependency>-->
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>com.supermap</groupId>-->
|
|
|
-<!-- <artifactId>data.conversion</artifactId>-->
|
|
|
-<!-- <version>11.0</version>-->
|
|
|
-<!-- <scope>system</scope>-->
|
|
|
-<!-- <systemPath>${basedir}/lib/com.supermap.data.conversion.jar</systemPath>-->
|
|
|
-<!-- </dependency>-->
|
|
|
+ <!--主要用于在不同类型的对象之间进行属性的自动拷贝-->
|
|
|
+ <dependency>
|
|
|
+ <groupId>net.sf.dozer</groupId>
|
|
|
+ <artifactId>dozer</artifactId>
|
|
|
+ <version>5.5.1</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <!-- <dependency>-->
|
|
|
+ <!-- <groupId>com.supermap</groupId>-->
|
|
|
+ <!-- <artifactId>analyst.spatialanalyst</artifactId>-->
|
|
|
+ <!-- <version>11.0</version>-->
|
|
|
+ <!-- <scope>system</scope>-->
|
|
|
+ <!-- <systemPath>${basedir}/lib/com.supermap.analyst.spatialanalyst.jar</systemPath>-->
|
|
|
+ <!-- </dependency>-->
|
|
|
+
|
|
|
+ <!-- <dependency>-->
|
|
|
+ <!-- <groupId>com.supermap</groupId>-->
|
|
|
+ <!-- <artifactId>data</artifactId>-->
|
|
|
+ <!-- <version>11.0</version>-->
|
|
|
+ <!-- <scope>system</scope>-->
|
|
|
+ <!-- <systemPath>${basedir}/lib/com.supermap.data.jar</systemPath>-->
|
|
|
+ <!-- </dependency>-->
|
|
|
+ <!-- <dependency>-->
|
|
|
+ <!-- <groupId>com.supermap</groupId>-->
|
|
|
+ <!-- <artifactId>data.conversion</artifactId>-->
|
|
|
+ <!-- <version>11.0</version>-->
|
|
|
+ <!-- <scope>system</scope>-->
|
|
|
+ <!-- <systemPath>${basedir}/lib/com.supermap.data.conversion.jar</systemPath>-->
|
|
|
+ <!-- </dependency>-->
|
|
|
</dependencies>
|
|
|
|
|
|
<build>
|