From e7c3276f2f5091fe8626af61ba5d7b41b2a1f2df Mon Sep 17 00:00:00 2001 From: suerprisePlus <15810472099@163.com> Date: 星期一, 23 九月 2024 15:42:14 +0800 Subject: [PATCH] 添加历史记录接口,坐标转换,功能优化 --- pom.xml | 39 +++++++++++++++++++++++++++++++++------ 1 files changed, 33 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 94fe019..a7cf399 100644 --- a/pom.xml +++ b/pom.xml @@ -25,6 +25,10 @@ <version>2.7.5</version> </dependency> <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-data-jpa</artifactId> + </dependency> + <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>3.14.9</version> @@ -122,21 +126,42 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> - + <dependency> + <groupId>com.rockyyu</groupId> + <artifactId>geotools-jdbc-gbase</artifactId> + <version>27.2.0</version> + </dependency> <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> <version>2.9.2</version> </dependency> - <dependency> - <groupId>io.springfox</groupId> - <artifactId>springfox-swagger-ui</artifactId> - <version>2.9.2</version> - </dependency> + <dependency> + <groupId>io.springfox</groupId> + <artifactId>springfox-swagger-ui</artifactId> + <version>2.9.2</version> + </dependency> <dependency> <groupId>com.github.xiaoymin</groupId> <artifactId>swagger-bootstrap-ui</artifactId> <version>1.9.6</version> + </dependency> +<!-- 寮曞叆鍧愭爣杞彉--> + <dependency> + <groupId>org.locationtech.jts</groupId> + <artifactId>jts-core</artifactId> + <version>1.16.1</version> + </dependency> + <dependency> + <groupId>org.locationtech.proj4j</groupId> + <artifactId>proj4j</artifactId> + <version>1.1.3</version> + </dependency> +<!-- 绠�浣撳拰绻佷綋杞彉 --> + <dependency> + <groupId>com.github.houbb</groupId> + <artifactId>opencc4j</artifactId> + <version>1.7.2</version> </dependency> </dependencies> <dependencyManagement> @@ -148,6 +173,8 @@ <type>pom</type> <scope>import</scope> </dependency> + + </dependencies> </dependencyManagement> -- Gitblit v1.9.3