|  | @@ -9,6 +9,12 @@
 | 
											
												
													
														|  |          <version>3.6.1</version>
 |  |          <version>3.6.1</version>
 | 
											
												
													
														|  |      </parent>
 |  |      </parent>
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | 
 |  | +    <properties>
 | 
											
												
													
														|  | 
 |  | +        <org.geotools.version>26.0</org.geotools.version>
 | 
											
												
													
														|  | 
 |  | +        <org.postgresql.version>42.3.6</org.postgresql.version>
 | 
											
												
													
														|  | 
 |  | +    </properties>
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  |      <artifactId>onemap-modules-file</artifactId>
 |  |      <artifactId>onemap-modules-file</artifactId>
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      <description>
 |  |      <description>
 | 
											
										
											
												
													
														|  | @@ -16,228 +22,144 @@
 | 
											
												
													
														|  |      </description>
 |  |      </description>
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      <dependencies>
 |  |      <dependencies>
 | 
											
												
													
														|  | 
 |  | +        <!--common-->
 | 
											
												
													
														|  |          <!-- RuoYi Common DataSource -->
 |  |          <!-- RuoYi Common DataSource -->
 | 
											
												
													
														|  |          <dependency>
 |  |          <dependency>
 | 
											
												
													
														|  |              <groupId>com.onemap</groupId>
 |  |              <groupId>com.onemap</groupId>
 | 
											
												
													
														|  |              <artifactId>onemap-common-datasource</artifactId>
 |  |              <artifactId>onemap-common-datasource</artifactId>
 | 
											
												
													
														|  |          </dependency>
 |  |          </dependency>
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  |          <!-- RuoYi Common DataScope -->
 |  |          <!-- RuoYi Common DataScope -->
 | 
											
												
													
														|  |          <dependency>
 |  |          <dependency>
 | 
											
												
													
														|  |              <groupId>com.onemap</groupId>
 |  |              <groupId>com.onemap</groupId>
 | 
											
												
													
														|  |              <artifactId>onemap-common-datascope</artifactId>
 |  |              <artifactId>onemap-common-datascope</artifactId>
 | 
											
												
													
														|  |          </dependency>
 |  |          </dependency>
 | 
											
												
													
														|  | -        <!-- SpringCloud Alibaba Nacos -->
 |  | 
 | 
											
												
													
														|  | -        <dependency>
 |  | 
 | 
											
												
													
														|  | -            <groupId>com.alibaba.cloud</groupId>
 |  | 
 | 
											
												
													
														|  | -            <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
 |  | 
 | 
											
												
													
														|  | -        </dependency>
 |  | 
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -        <!-- SpringCloud Alibaba Nacos Config -->
 |  | 
 | 
											
												
													
														|  | 
 |  | +        <!--spring-->
 | 
											
												
													
														|  |          <dependency>
 |  |          <dependency>
 | 
											
												
													
														|  | -            <groupId>com.alibaba.cloud</groupId>
 |  | 
 | 
											
												
													
														|  | -            <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
 |  | 
 | 
											
												
													
														|  | 
 |  | +            <groupId>org.springframework</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>spring-web</artifactId>
 | 
											
												
													
														|  |          </dependency>
 |  |          </dependency>
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  | -        <!-- SpringCloud Alibaba Sentinel -->
 |  | 
 | 
											
												
													
														|  |          <dependency>
 |  |          <dependency>
 | 
											
												
													
														|  | -            <groupId>com.alibaba.cloud</groupId>
 |  | 
 | 
											
												
													
														|  | -            <artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>
 |  | 
 | 
											
												
													
														|  | 
 |  | +            <groupId>org.projectlombok</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>lombok</artifactId>
 | 
											
												
													
														|  |          </dependency>
 |  |          </dependency>
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  | -        <!-- SpringBoot Actuator -->
 |  | 
 | 
											
												
													
														|  |          <dependency>
 |  |          <dependency>
 | 
											
												
													
														|  |              <groupId>org.springframework.boot</groupId>
 |  |              <groupId>org.springframework.boot</groupId>
 | 
											
												
													
														|  | -            <artifactId>spring-boot-starter-actuator</artifactId>
 |  | 
 | 
											
												
													
														|  | -        </dependency>
 |  | 
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  | -        <!-- FastDFS -->
 |  | 
 | 
											
												
													
														|  | -        <dependency>
 |  | 
 | 
											
												
													
														|  | -            <groupId>com.github.tobato</groupId>
 |  | 
 | 
											
												
													
														|  | -            <artifactId>fastdfs-client</artifactId>
 |  | 
 | 
											
												
													
														|  | 
 |  | +            <artifactId>spring-boot-starter-web</artifactId>
 | 
											
												
													
														|  |          </dependency>
 |  |          </dependency>
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -        <!-- Minio -->
 |  | 
 | 
											
												
													
														|  | 
 |  | +        <!--pg库-->
 | 
											
												
													
														|  |          <dependency>
 |  |          <dependency>
 | 
											
												
													
														|  | -            <groupId>io.minio</groupId>
 |  | 
 | 
											
												
													
														|  | -            <artifactId>minio</artifactId>
 |  | 
 | 
											
												
													
														|  | -            <version>${minio.version}</version>
 |  | 
 | 
											
												
													
														|  | 
 |  | +            <groupId>org.postgresql</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>postgresql</artifactId>
 | 
											
												
													
														|  | 
 |  | +            <version>${org.postgresql.version}</version>
 | 
											
												
													
														|  |          </dependency>
 |  |          </dependency>
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -        <!-- 解压rar -->
 |  | 
 | 
											
												
													
														|  | 
 |  | +        <!--mybatis-plus-->
 | 
											
												
													
														|  |          <dependency>
 |  |          <dependency>
 | 
											
												
													
														|  | -            <groupId>com.github.junrar</groupId>
 |  | 
 | 
											
												
													
														|  | -            <artifactId>junrar</artifactId>
 |  | 
 | 
											
												
													
														|  | -            <version>0.7</version>
 |  | 
 | 
											
												
													
														|  | -        </dependency>
 |  | 
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  | -        <!-- 远程调用 -->
 |  | 
 | 
											
												
													
														|  | -        <dependency>
 |  | 
 | 
											
												
													
														|  | -            <groupId>org.springframework.cloud</groupId>
 |  | 
 | 
											
												
													
														|  | -            <artifactId>spring-cloud-starter-openfeign</artifactId>
 |  | 
 | 
											
												
													
														|  | -        </dependency>
 |  | 
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  | -        <!--zip4j依赖,解压zip压缩-->
 |  | 
 | 
											
												
													
														|  | -        <dependency>
 |  | 
 | 
											
												
													
														|  | -            <groupId>net.lingala.zip4j</groupId>
 |  | 
 | 
											
												
													
														|  | -            <artifactId>zip4j</artifactId>
 |  | 
 | 
											
												
													
														|  | -            <version>1.3.2</version>
 |  | 
 | 
											
												
													
														|  | -        </dependency>
 |  | 
 | 
											
												
													
														|  | -        <dependency>
 |  | 
 | 
											
												
													
														|  | -            <groupId>org.apache.ant</groupId>
 |  | 
 | 
											
												
													
														|  | -            <artifactId>ant</artifactId>
 |  | 
 | 
											
												
													
														|  | -            <version>1.9.4</version>
 |  | 
 | 
											
												
													
														|  | 
 |  | +            <groupId>com.baomidou</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>mybatis-plus-core</artifactId>
 | 
											
												
													
														|  | 
 |  | +            <version>3.5.2</version>
 | 
											
												
													
														|  |              <scope>compile</scope>
 |  |              <scope>compile</scope>
 | 
											
												
													
														|  |          </dependency>
 |  |          </dependency>
 | 
											
												
													
														|  | -        <!--        <dependency>-->
 |  | 
 | 
											
												
													
														|  | -        <!--            <groupId>org.gdal</groupId>-->
 |  | 
 | 
											
												
													
														|  | -        <!--            <artifactId>gdal</artifactId>-->
 |  | 
 | 
											
												
													
														|  | -        <!--            <version>3.3.0</version>-->
 |  | 
 | 
											
												
													
														|  | -        <!--        </dependency>-->
 |  | 
 | 
											
												
													
														|  | -        <!--   ejml     -->
 |  | 
 | 
											
												
													
														|  | -        <dependency>
 |  | 
 | 
											
												
													
														|  | -            <groupId>ejml-core</groupId>
 |  | 
 | 
											
												
													
														|  | -            <artifactId>core</artifactId>
 |  | 
 | 
											
												
													
														|  | -            <scope>system</scope>
 |  | 
 | 
											
												
													
														|  | -            <version>0.39</version>
 |  | 
 | 
											
												
													
														|  | -            <systemPath>${project.basedir}/lib/ejml-core-0.39.jar</systemPath>
 |  | 
 | 
											
												
													
														|  | -        </dependency>
 |  | 
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        <!--geotools-->
 | 
											
												
													
														|  |          <dependency>
 |  |          <dependency>
 | 
											
												
													
														|  | -            <groupId>ejml-ddense</groupId>
 |  | 
 | 
											
												
													
														|  | -            <artifactId>core</artifactId>
 |  | 
 | 
											
												
													
														|  | -            <scope>system</scope>
 |  | 
 | 
											
												
													
														|  | -            <version>0.32</version>
 |  | 
 | 
											
												
													
														|  | -            <systemPath>${project.basedir}/lib/ejml-ddense-0.32.jar</systemPath>
 |  | 
 | 
											
												
													
														|  | 
 |  | +            <groupId>org.geotools</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>gt-main</artifactId>
 | 
											
												
													
														|  | 
 |  | +            <version>${org.geotools.version}</version>
 | 
											
												
													
														|  |          </dependency>
 |  |          </dependency>
 | 
											
												
													
														|  | -        <!--   geotools     -->
 |  | 
 | 
											
												
													
														|  |          <dependency>
 |  |          <dependency>
 | 
											
												
													
														|  | -            <groupId>gt-api</groupId>
 |  | 
 | 
											
												
													
														|  | -            <artifactId>gt-api</artifactId>
 |  | 
 | 
											
												
													
														|  | -            <scope>system</scope>
 |  | 
 | 
											
												
													
														|  | -            <version>19.2</version>
 |  | 
 | 
											
												
													
														|  | -            <systemPath>${project.basedir}/lib/gt-api-19.2.jar</systemPath>
 |  | 
 | 
											
												
													
														|  | 
 |  | +            <groupId>org.geotools</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>gt-cql</artifactId>
 | 
											
												
													
														|  | 
 |  | +            <version>${org.geotools.version}</version>
 | 
											
												
													
														|  |          </dependency>
 |  |          </dependency>
 | 
											
												
													
														|  |          <dependency>
 |  |          <dependency>
 | 
											
												
													
														|  | -            <groupId>gt-data</groupId>
 |  | 
 | 
											
												
													
														|  | -            <artifactId>gt-data</artifactId>
 |  | 
 | 
											
												
													
														|  | -            <scope>system</scope>
 |  | 
 | 
											
												
													
														|  | -            <version>19.2</version>
 |  | 
 | 
											
												
													
														|  | -            <systemPath>${project.basedir}/lib/gt-data-19.2.jar</systemPath>
 |  | 
 | 
											
												
													
														|  | 
 |  | +            <groupId>org.geotools.jdbc</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>gt-jdbc-postgis</artifactId>
 | 
											
												
													
														|  | 
 |  | +            <version>${org.geotools.version}</version>
 | 
											
												
													
														|  |          </dependency>
 |  |          </dependency>
 | 
											
												
													
														|  |          <dependency>
 |  |          <dependency>
 | 
											
												
													
														|  | -            <groupId>gt-geotools</groupId>
 |  | 
 | 
											
												
													
														|  | -            <artifactId>geojson</artifactId>
 |  | 
 | 
											
												
													
														|  | -            <scope>system</scope>
 |  | 
 | 
											
												
													
														|  | -            <version>19.2</version>
 |  | 
 | 
											
												
													
														|  | -            <systemPath>${project.basedir}/lib/gt-geojson-19.2.jar</systemPath>
 |  | 
 | 
											
												
													
														|  | 
 |  | +            <groupId>org.geotools</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>gt-coverage</artifactId>
 | 
											
												
													
														|  | 
 |  | +            <version>${org.geotools.version}</version>
 | 
											
												
													
														|  |          </dependency>
 |  |          </dependency>
 | 
											
												
													
														|  |          <dependency>
 |  |          <dependency>
 | 
											
												
													
														|  | -            <groupId>gt-main</groupId>
 |  | 
 | 
											
												
													
														|  | -            <artifactId>gt-main</artifactId>
 |  | 
 | 
											
												
													
														|  | -            <scope>system</scope>
 |  | 
 | 
											
												
													
														|  | -            <version>19.2</version>
 |  | 
 | 
											
												
													
														|  | -            <systemPath>${project.basedir}/lib/gt-main-19.2.jar</systemPath>
 |  | 
 | 
											
												
													
														|  | -        </dependency>
 |  | 
 | 
											
												
													
														|  | -        <dependency>
 |  | 
 | 
											
												
													
														|  | -            <groupId>gt-metadata</groupId>
 |  | 
 | 
											
												
													
														|  | -            <artifactId>gt-metadata</artifactId>
 |  | 
 | 
											
												
													
														|  | -            <scope>system</scope>
 |  | 
 | 
											
												
													
														|  | -            <version>19.2</version>
 |  | 
 | 
											
												
													
														|  | -            <systemPath>${project.basedir}/lib/gt-metadata-19.2.jar</systemPath>
 |  | 
 | 
											
												
													
														|  | 
 |  | +            <groupId>org.geotools</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>gt-render</artifactId>
 | 
											
												
													
														|  | 
 |  | +            <version>${org.geotools.version}</version>
 | 
											
												
													
														|  |          </dependency>
 |  |          </dependency>
 | 
											
												
													
														|  |          <dependency>
 |  |          <dependency>
 | 
											
												
													
														|  | -            <groupId>gt-opengis</groupId>
 |  | 
 | 
											
												
													
														|  | 
 |  | +            <groupId>org.geotools</groupId>
 | 
											
												
													
														|  |              <artifactId>gt-opengis</artifactId>
 |  |              <artifactId>gt-opengis</artifactId>
 | 
											
												
													
														|  | -            <scope>system</scope>
 |  | 
 | 
											
												
													
														|  | -            <version>19.2</version>
 |  | 
 | 
											
												
													
														|  | -            <systemPath>${project.basedir}/lib/gt-opengis-19.2.jar</systemPath>
 |  | 
 | 
											
												
													
														|  | 
 |  | +            <version>${org.geotools.version}</version>
 | 
											
												
													
														|  |          </dependency>
 |  |          </dependency>
 | 
											
												
													
														|  |          <dependency>
 |  |          <dependency>
 | 
											
												
													
														|  | -            <groupId>gt-referencing</groupId>
 |  | 
 | 
											
												
													
														|  | 
 |  | +            <groupId>org.geotools</groupId>
 | 
											
												
													
														|  |              <artifactId>gt-referencing</artifactId>
 |  |              <artifactId>gt-referencing</artifactId>
 | 
											
												
													
														|  | -            <scope>system</scope>
 |  | 
 | 
											
												
													
														|  | -            <version>19.2</version>
 |  | 
 | 
											
												
													
														|  | -            <systemPath>${project.basedir}/lib/gt-referencing-19.2.jar</systemPath>
 |  | 
 | 
											
												
													
														|  | -        </dependency>
 |  | 
 | 
											
												
													
														|  | -        <dependency>
 |  | 
 | 
											
												
													
														|  | -            <groupId>gt-render</groupId>
 |  | 
 | 
											
												
													
														|  | -            <artifactId>gt-render</artifactId>
 |  | 
 | 
											
												
													
														|  | -            <scope>system</scope>
 |  | 
 | 
											
												
													
														|  | -            <version>19.2</version>
 |  | 
 | 
											
												
													
														|  | -            <systemPath>${project.basedir}/lib/gt-render-19.2.jar</systemPath>
 |  | 
 | 
											
												
													
														|  | -        </dependency>
 |  | 
 | 
											
												
													
														|  | -        <dependency>
 |  | 
 | 
											
												
													
														|  | -            <groupId>gt-shapefile</groupId>
 |  | 
 | 
											
												
													
														|  | -            <artifactId>gt-shapefile</artifactId>
 |  | 
 | 
											
												
													
														|  | -            <scope>system</scope>
 |  | 
 | 
											
												
													
														|  | -            <version>19.2</version>
 |  | 
 | 
											
												
													
														|  | -            <systemPath>${project.basedir}/lib/gt-shapefile-19.2.jar</systemPath>
 |  | 
 | 
											
												
													
														|  | 
 |  | +            <version>${org.geotools.version}</version>
 | 
											
												
													
														|  |          </dependency>
 |  |          </dependency>
 | 
											
												
													
														|  |          <dependency>
 |  |          <dependency>
 | 
											
												
													
														|  | -            <groupId>gt-jts</groupId>
 |  | 
 | 
											
												
													
														|  | -            <artifactId>gt-jts</artifactId>
 |  | 
 | 
											
												
													
														|  | -            <scope>system</scope>
 |  | 
 | 
											
												
													
														|  | -            <version>1.13</version>
 |  | 
 | 
											
												
													
														|  | -            <systemPath>${project.basedir}/lib/jts-1.13.jar</systemPath>
 |  | 
 | 
											
												
													
														|  | 
 |  | +            <groupId>org.geotools</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>gt-geojson</artifactId>
 | 
											
												
													
														|  | 
 |  | +            <version>${org.geotools.version}</version>
 | 
											
												
													
														|  |          </dependency>
 |  |          </dependency>
 | 
											
												
													
														|  |          <dependency>
 |  |          <dependency>
 | 
											
												
													
														|  | -            <groupId>gt-jsr</groupId>
 |  | 
 | 
											
												
													
														|  | -            <artifactId>gt-jsr</artifactId>
 |  | 
 | 
											
												
													
														|  | -            <scope>system</scope>
 |  | 
 | 
											
												
													
														|  | -            <version>1.0</version>
 |  | 
 | 
											
												
													
														|  | -            <systemPath>${project.basedir}/lib/jsr-275-1.0-beta-2.jar</systemPath>
 |  | 
 | 
											
												
													
														|  | 
 |  | +            <groupId>org.geotools</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>gt-geotiff</artifactId>
 | 
											
												
													
														|  | 
 |  | +            <version>${org.geotools.version}</version>
 | 
											
												
													
														|  |          </dependency>
 |  |          </dependency>
 | 
											
												
													
														|  |          <dependency>
 |  |          <dependency>
 | 
											
												
													
														|  | -            <groupId>json</groupId>
 |  | 
 | 
											
												
													
														|  | -            <artifactId>json</artifactId>
 |  | 
 | 
											
												
													
														|  | -            <scope>system</scope>
 |  | 
 | 
											
												
													
														|  | -            <version>1.1</version>
 |  | 
 | 
											
												
													
														|  | -            <systemPath>${project.basedir}/lib/json-simple-1.1.jar</systemPath>
 |  | 
 | 
											
												
													
														|  | 
 |  | +            <groupId>org.geotools</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>gt-swing</artifactId>
 | 
											
												
													
														|  | 
 |  | +            <version>${org.geotools.version}</version>
 | 
											
												
													
														|  |          </dependency>
 |  |          </dependency>
 | 
											
												
													
														|  |          <dependency>
 |  |          <dependency>
 | 
											
												
													
														|  | -            <groupId>org.apache.commons</groupId>
 |  | 
 | 
											
												
													
														|  | -            <artifactId>commons-lang3</artifactId>
 |  | 
 | 
											
												
													
														|  | -            <version>3.8.1</version>
 |  | 
 | 
											
												
													
														|  | 
 |  | +            <groupId>org.geotools</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>gt-shapefile</artifactId>
 | 
											
												
													
														|  | 
 |  | +            <version>${org.geotools.version}</version>
 | 
											
												
													
														|  |          </dependency>
 |  |          </dependency>
 | 
											
												
													
														|  | -        <!--    解析shp    -->
 |  | 
 | 
											
												
													
														|  |          <dependency>
 |  |          <dependency>
 | 
											
												
													
														|  | -            <groupId>com.google.code.gson</groupId>
 |  | 
 | 
											
												
													
														|  | -            <artifactId>gson</artifactId>
 |  | 
 | 
											
												
													
														|  | -            <version>2.8.5</version>
 |  | 
 | 
											
												
													
														|  | 
 |  | +            <groupId>org.geotools</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>gt-tile-client</artifactId>
 | 
											
												
													
														|  | 
 |  | +            <version>${org.geotools.version}</version>
 | 
											
												
													
														|  |          </dependency>
 |  |          </dependency>
 | 
											
												
													
														|  |          <dependency>
 |  |          <dependency>
 | 
											
												
													
														|  | -            <groupId>commons-lang</groupId>
 |  | 
 | 
											
												
													
														|  | -            <artifactId>commons-lang</artifactId>
 |  | 
 | 
											
												
													
														|  | -            <version>2.6</version>
 |  | 
 | 
											
												
													
														|  | 
 |  | +            <groupId>org.geotools</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>gt-epsg-hsql</artifactId>
 | 
											
												
													
														|  | 
 |  | +            <version>${org.geotools.version}</version>
 | 
											
												
													
														|  |          </dependency>
 |  |          </dependency>
 | 
											
												
													
														|  |          <dependency>
 |  |          <dependency>
 | 
											
												
													
														|  | -            <groupId>com.alibaba</groupId>
 |  | 
 | 
											
												
													
														|  | -            <artifactId>fastjson</artifactId>
 |  | 
 | 
											
												
													
														|  | -            <version>1.2.7</version>
 |  | 
 | 
											
												
													
														|  | 
 |  | +            <groupId>org.locationtech.jts</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>jts-core</artifactId>
 | 
											
												
													
														|  | 
 |  | +            <version>1.19.0</version>
 | 
											
												
													
														|  |          </dependency>
 |  |          </dependency>
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        <!-- SpringCloud Alibaba Nacos -->
 | 
											
												
													
														|  |          <dependency>
 |  |          <dependency>
 | 
											
												
													
														|  | -            <groupId>org.apache.tomcat.embed</groupId>
 |  | 
 | 
											
												
													
														|  | -            <artifactId>tomcat-embed-core</artifactId>
 |  | 
 | 
											
												
													
														|  | -            <version>9.0.56</version>
 |  | 
 | 
											
												
													
														|  | 
 |  | +            <groupId>com.alibaba.cloud</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
 | 
											
												
													
														|  |          </dependency>
 |  |          </dependency>
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | 
 |  | +        <!-- SpringCloud Alibaba Nacos Config -->
 | 
											
												
													
														|  |          <dependency>
 |  |          <dependency>
 | 
											
												
													
														|  | -            <groupId>org.reflections</groupId>
 |  | 
 | 
											
												
													
														|  | -            <artifactId>reflections</artifactId>
 |  | 
 | 
											
												
													
														|  | -            <version>0.9.10</version>
 |  | 
 | 
											
												
													
														|  | 
 |  | +            <groupId>com.alibaba.cloud</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
 | 
											
												
													
														|  |          </dependency>
 |  |          </dependency>
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -        <!-- RuoYi Api System -->
 |  | 
 | 
											
												
													
														|  | 
 |  | +        <!-- Minio -->
 | 
											
												
													
														|  |          <dependency>
 |  |          <dependency>
 | 
											
												
													
														|  | -            <groupId>com.onemap</groupId>
 |  | 
 | 
											
												
													
														|  | -            <artifactId>onemap-api-system</artifactId>
 |  | 
 | 
											
												
													
														|  | 
 |  | +            <groupId>io.minio</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>minio</artifactId>
 | 
											
												
													
														|  | 
 |  | +            <version>${minio.version}</version>
 | 
											
												
													
														|  |          </dependency>
 |  |          </dependency>
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -        <!-- RuoYi Common Swagger -->
 |  | 
 | 
											
												
													
														|  |          <dependency>
 |  |          <dependency>
 | 
											
												
													
														|  | -            <groupId>com.onemap</groupId>
 |  | 
 | 
											
												
													
														|  | -            <artifactId>onemap-common-swagger</artifactId>
 |  | 
 | 
											
												
													
														|  | 
 |  | +            <groupId>com.alibaba</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>fastjson</artifactId>
 | 
											
												
													
														|  | 
 |  | +            <version>1.2.7</version>
 | 
											
												
													
														|  |          </dependency>
 |  |          </dependency>
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  |          <!--word转pdf-->
 |  |          <!--word转pdf-->
 | 
											
												
													
														|  |          <dependency>
 |  |          <dependency>
 | 
											
												
													
														|  |              <groupId>e-iceblue</groupId>
 |  |              <groupId>e-iceblue</groupId>
 | 
											
										
											
												
													
														|  | @@ -246,18 +168,41 @@
 | 
											
												
													
														|  |              <version>5.2.0</version>
 |  |              <version>5.2.0</version>
 | 
											
												
													
														|  |              <systemPath>${project.basedir}/lib/spire.doc.free-5.2.0.jar</systemPath>
 |  |              <systemPath>${project.basedir}/lib/spire.doc.free-5.2.0.jar</systemPath>
 | 
											
												
													
														|  |          </dependency>
 |  |          </dependency>
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  |      </dependencies>
 |  |      </dependencies>
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +    <repositories>
 | 
											
												
													
														|  | 
 |  | +        <repository>
 | 
											
												
													
														|  | 
 |  | +            <id>osgeo</id>
 | 
											
												
													
														|  | 
 |  | +            <name>OSGeo Release Repository</name>
 | 
											
												
													
														|  | 
 |  | +            <url>https://repo.osgeo.org/repository/release/</url>
 | 
											
												
													
														|  | 
 |  | +            <snapshots>
 | 
											
												
													
														|  | 
 |  | +                <enabled>false</enabled>
 | 
											
												
													
														|  | 
 |  | +            </snapshots>
 | 
											
												
													
														|  | 
 |  | +            <releases>
 | 
											
												
													
														|  | 
 |  | +                <enabled>true</enabled>
 | 
											
												
													
														|  | 
 |  | +            </releases>
 | 
											
												
													
														|  | 
 |  | +        </repository>
 | 
											
												
													
														|  | 
 |  | +        <repository>
 | 
											
												
													
														|  | 
 |  | +            <id>osgeo-snapshot</id>
 | 
											
												
													
														|  | 
 |  | +            <name>OSGeo Snapshot Repository</name>
 | 
											
												
													
														|  | 
 |  | +            <url>https://repo.osgeo.org/repository/snapshot/</url>
 | 
											
												
													
														|  | 
 |  | +            <snapshots>
 | 
											
												
													
														|  | 
 |  | +                <enabled>true</enabled>
 | 
											
												
													
														|  | 
 |  | +            </snapshots>
 | 
											
												
													
														|  | 
 |  | +            <releases>
 | 
											
												
													
														|  | 
 |  | +                <enabled>false</enabled>
 | 
											
												
													
														|  | 
 |  | +            </releases>
 | 
											
												
													
														|  | 
 |  | +        </repository>
 | 
											
												
													
														|  | 
 |  | +    </repositories>
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  |      <build>
 |  |      <build>
 | 
											
												
													
														|  |          <finalName>${project.artifactId}</finalName>
 |  |          <finalName>${project.artifactId}</finalName>
 | 
											
												
													
														|  |          <plugins>
 |  |          <plugins>
 | 
											
												
													
														|  |              <plugin>
 |  |              <plugin>
 | 
											
												
													
														|  | -                <configuration>
 |  | 
 | 
											
												
													
														|  | -                    <includeSystemScope>true</includeSystemScope>
 |  | 
 | 
											
												
													
														|  | -                    <fork>true</fork> <!--重要-->
 |  | 
 | 
											
												
													
														|  | -                </configuration>
 |  | 
 | 
											
												
													
														|  |                  <groupId>org.springframework.boot</groupId>
 |  |                  <groupId>org.springframework.boot</groupId>
 | 
											
												
													
														|  |                  <artifactId>spring-boot-maven-plugin</artifactId>
 |  |                  <artifactId>spring-boot-maven-plugin</artifactId>
 | 
											
												
													
														|  | -                <version>2.7.1</version>
 |  | 
 | 
											
												
													
														|  | 
 |  | +                <version>2.6.2</version>
 | 
											
												
													
														|  |                  <executions>
 |  |                  <executions>
 | 
											
												
													
														|  |                      <execution>
 |  |                      <execution>
 | 
											
												
													
														|  |                          <goals>
 |  |                          <goals>
 |