From b7ed17e524be4d03efba44cfac828dc63caab7c7 Mon Sep 17 00:00:00 2001 From: yanrongzhen Date: Fri, 14 Oct 2022 13:52:32 +0800 Subject: [PATCH] remove unnecessary fields --- .../src/main/java/cn/hippo4j/common/toolkit/http/HttpUtils.java | 2 -- hippo4j-server/src/main/resources/application.properties | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/hippo4j-common/src/main/java/cn/hippo4j/common/toolkit/http/HttpUtils.java b/hippo4j-common/src/main/java/cn/hippo4j/common/toolkit/http/HttpUtils.java index 9f14d224..7fee7456 100644 --- a/hippo4j-common/src/main/java/cn/hippo4j/common/toolkit/http/HttpUtils.java +++ b/hippo4j-common/src/main/java/cn/hippo4j/common/toolkit/http/HttpUtils.java @@ -39,8 +39,6 @@ import java.util.Map; @Slf4j public class HttpUtils { - private static final String CONTENT_TYPE = "application/json"; - private static final int CONNECT_TIMEOUT = 10000; private static final int READ_TIMEOUT = 300000; diff --git a/hippo4j-server/src/main/resources/application.properties b/hippo4j-server/src/main/resources/application.properties index 017427bd..354af4fd 100644 --- a/hippo4j-server/src/main/resources/application.properties +++ b/hippo4j-server/src/main/resources/application.properties @@ -37,7 +37,7 @@ hippo4j.database.init_script=sql-script/mysql/hippo4j_manager.sql spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.url=jdbc:mysql://localhost:3306/hippo4j_manager?characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8 spring.datasource.username=root -spring.datasource.password=2559205 +spring.datasource.password=root ### Hikari Datasource spring.datasource.hikari.pool-name=Hikari