From 5a79b57c654a11f262666ca6bf4ab9a65d36c035 Mon Sep 17 00:00:00 2001 From: lht Date: Thu, 12 Aug 2021 16:30:06 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20Improving=20structure=20/=20format=20of?= =?UTF-8?q?=20the=20code.=20close=20#I4557T=20=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=B8=AD=E7=8E=AF=E5=A2=83=E5=8F=98=E9=87=8F=E4=B8=AD?= =?UTF-8?q?=E5=88=92=E7=BA=BF=E4=B8=8B=E5=88=92=E7=BA=BF=E5=85=B1=E5=90=8C?= =?UTF-8?q?=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pig-register/src/main/resources/bootstrap.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pig-register/src/main/resources/bootstrap.yml b/pig-register/src/main/resources/bootstrap.yml index 31233db7..c8a20a51 100755 --- a/pig-register/src/main/resources/bootstrap.yml +++ b/pig-register/src/main/resources/bootstrap.yml @@ -5,8 +5,8 @@ server: db: num: 1 - user: ${MYSQL-USER:root} - password: ${MYSQL-PWD:root} + user: ${MYSQL_USER:root} + password: ${MYSQL_PWD:root} url: 0: jdbc:mysql://${MYSQL_HOST:pig-mysql}:${MYSQL_PORT:3306}/${MYSQL_DB:pig_config}?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true