From da68adc69a8a925bc9eae153af0e9797b14ba409 Mon Sep 17 00:00:00 2001 From: jinpengyong <jpy123456> Date: Fri, 24 Jul 2020 14:45:47 +0800 Subject: [PATCH] 未来一天天气预报小时数据存入forecast_weather表 --- pom.xml | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 1757570..0a6b46a 100644 --- a/pom.xml +++ b/pom.xml @@ -136,12 +136,12 @@ <version>3.1.0</version> </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-lang3</artifactId> - <version>3.5</version> - <scope>compile</scope> - </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>3.5</version> + <scope>compile</scope> + </dependency> <!-- https://mvnrepository.com/artifact/com.xuxueli/xxl-job-core --> <dependency> -- Gitblit v1.8.0