From 1c9d913d9974f0feb7c5756a665fcd08f22ee4b3 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 06 十月 2023 14:16:29 +0800 Subject: [PATCH] 添加 批量更新企业坐标 接口 --- pom.xml | 18 +++++++++++++++++- 1 files changed, 17 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index cc6dc14..883ed4b 100644 --- a/pom.xml +++ b/pom.xml @@ -10,12 +10,15 @@ </parent> <groupId>com.smartearth</groupId> <artifactId>poiExcel</artifactId> - <version>0.0.1</version> + <version>0.2</version> <name>poiExcel</name> + <packaging>jar</packaging> <description>poiExcel</description> + <properties> <java.version>1.8</java.version> </properties> + <dependencies> <dependency> <groupId>org.springframework.boot</groupId> @@ -116,6 +119,7 @@ <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> </dependency> + <!--mybatis-plus--> <dependency> <groupId>com.baomidou</groupId> @@ -137,12 +141,24 @@ <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> + <version>8.0.21</version> </dependency> <!--jdbc--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jdbc</artifactId> </dependency> + <!--httpclient--> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + </dependency> + <!--fast-md5--> + <dependency> + <groupId>com.joyent.util</groupId> + <artifactId>fast-md5</artifactId> + <version>2.7.1</version> + </dependency> </dependencies> <build> -- Gitblit v1.9.3