From 070174450f023a215f4b44ed1572f2bb726e1d50 Mon Sep 17 00:00:00 2001 From: 935090232@qq.com <ak473600000> Date: Wed, 02 Dec 2020 21:40:13 +0800 Subject: [PATCH] 人头统计代码优化2 --- zq-erp/src/main/resources/config/prd/application.properties | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/zq-erp/src/main/resources/config/prd/application.properties b/zq-erp/src/main/resources/config/prd/application.properties index 9b96570..f2ab360 100644 --- a/zq-erp/src/main/resources/config/prd/application.properties +++ b/zq-erp/src/main/resources/config/prd/application.properties @@ -1,6 +1,7 @@ evn=prd server.port=8080 + spring.datasource.username=hive_data spring.datasource.password=hive_4321#&@ spring.datasource.url=jdbc:mysql://119.3.52.84:3306/hive_prd?useUnicode=true&zeroDateTimeBehavior=CONVERT_TO_NULL&allowMultiQueries=true&transformedBitIsBoolean=true&serverTimezone=GMT%2B8 -- Gitblit v1.9.1