From 85af9acfccf2e944a97557d3e46d143b0e99e2f1 Mon Sep 17 00:00:00 2001 From: suerprisePlus <15810472099@163.com> Date: 星期三, 04 九月 2024 16:29:57 +0800 Subject: [PATCH] swagger 配置异常 --- pom.xml | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 49 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 006e919..0cfae27 100644 --- a/pom.xml +++ b/pom.xml @@ -89,6 +89,55 @@ <artifactId>jts-core</artifactId> <version>1.18.2</version> </dependency> + + <dependency> + <groupId>net.postgis</groupId> + <artifactId>postgis-jdbc</artifactId> + <version>2.5.0</version> + </dependency> + <dependency> + <groupId>com.alibaba</groupId> + <artifactId>druid-spring-boot-starter</artifactId> + <version>1.1.13</version> + </dependency> + <dependency> + <groupId>org.locationtech.jts</groupId> + <artifactId>jts-core</artifactId> + <version>1.18.1</version> <!-- 璇蜂娇鐢ㄦ渶鏂扮殑鐗堟湰鍙� --> + </dependency> + <dependency> + + <groupId>com.baomidou</groupId> + <artifactId>mybatis-plus-boot-starter</artifactId> + <version>3.3.1</version> + <exclusions> + <exclusion> + <groupId>com.baomidou</groupId> + <artifactId>mybatis-plus-generator</artifactId> + </exclusion> + </exclusions> + </dependency> + <!-- Spring Boot Starter Web --> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-web</artifactId> + </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>com.github.xiaoymin</groupId> + <artifactId>swagger-bootstrap-ui</artifactId> + <version>1.9.6</version> + </dependency> </dependencies> <dependencyManagement> <dependencies> -- Gitblit v1.9.3