完成第一版的功能

This commit is contained in:
2024-09-13 15:22:02 +08:00
parent 2f538130e7
commit 480ce41e92
9 changed files with 139 additions and 31 deletions

15
pom.xml
View File

@@ -242,13 +242,26 @@
<artifactId>hutool-all</artifactId>
<version>${hutool-all.version}</version>
</dependency>
<!-- <dependency>-->
<dependency>
<groupId>it.geosolutions</groupId>
<artifactId>geoserver-manager</artifactId>
<version>1.8-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>nl.pdok</groupId>
<artifactId>geoserver-manager</artifactId>
<version>1.7.0-pdok2</version>
</dependency>
<!-- <groupId>org.geotools</groupId>-->
<!-- <artifactId>gt-mbtiles</artifactId>-->
<!-- <version>${geotools.version}</version>-->
<!-- </dependency>-->
</dependencies>
<repositories>
<repository>
<id>GeoSolutions</id>
<url>https://maven.geo-solutions.it/</url>
</repository>
<repository>
<id>alimaven</id>
<name>aliyun maven</name>