|
@@ -49,10 +49,6 @@
|
|
|
<aliyun.core.version>4.0.3</aliyun.core.version>
|
|
|
<aliyun.dysmsapi.version>1.1.0</aliyun.dysmsapi.version>
|
|
|
<aliyun.oss.version>2.5.0</aliyun.oss.version>
|
|
|
- <!--<mybatis.version>3.5.7</mybatis.version>-->
|
|
|
- <!--<tk.mybatis.version>2.0.2</tk.mybatis.version>-->
|
|
|
- <!--<tk.mapper.version>4.0.3</tk.mapper.version>-->
|
|
|
- <!--<pagehelper.version>1.2.5</pagehelper.version>-->
|
|
|
</properties>
|
|
|
|
|
|
|
|
@@ -79,12 +75,6 @@
|
|
|
<version>${gis.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
- <!--<dependency>-->
|
|
|
- <!--<groupId>com.gis</groupId>-->
|
|
|
- <!--<artifactId>gis_scene</artifactId>-->
|
|
|
- <!--<version>${gis.version}</version>-->
|
|
|
- <!--</dependency>-->
|
|
|
-
|
|
|
<dependency>
|
|
|
<groupId>com.gis</groupId>
|
|
|
<artifactId>gis_cms</artifactId>
|
|
@@ -102,38 +92,23 @@
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
<artifactId>spring-core</artifactId>
|
|
|
- <!--<version>5.3.18</version>-->
|
|
|
<version>5.2.20.RELEASE</version>
|
|
|
</dependency>
|
|
|
|
|
|
-
|
|
|
-
|
|
|
- <!-- springboot -->
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-data-jpa</artifactId>
|
|
|
+ <artifactId>spring-boot-starter-web</artifactId>
|
|
|
<version>${spring.boot.version}</version>
|
|
|
-
|
|
|
</dependency>
|
|
|
|
|
|
- <!--<dependency>-->
|
|
|
- <!--<groupId>org.springframework.boot</groupId>-->
|
|
|
- <!--<artifactId>spring-boot-starter-web</artifactId>-->
|
|
|
- <!--<version>${spring.boot.version}</version>-->
|
|
|
- <!--<exclusions>-->
|
|
|
- <!--<exclusion>-->
|
|
|
- <!--<groupId>org.springframework</groupId>-->
|
|
|
- <!--<artifactId>spring-core</artifactId>-->
|
|
|
- <!--</exclusion>-->
|
|
|
- <!--</exclusions>-->
|
|
|
- <!--</dependency>-->
|
|
|
-
|
|
|
+ <!-- springboot -->
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-web</artifactId>
|
|
|
+ <artifactId>spring-boot-starter-data-jpa</artifactId>
|
|
|
<version>${spring.boot.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|