From 38c5d6fe49a2a0053280ecace2cb7a1aae42802a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=AF=E6=96=87=E5=87=AF?= Date: Thu, 29 Aug 2019 10:38:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=A7=E8=A1=8C=E6=96=B9=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- datax-web/src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/datax-web/src/main/resources/application.yml b/datax-web/src/main/resources/application.yml index eb2e0d11..08d7f9ff 100644 --- a/datax-web/src/main/resources/application.yml +++ b/datax-web/src/main/resources/application.yml @@ -5,7 +5,7 @@ spring: datasource: username: root password: root - url: jdbc:mysql://z01:3306/datax_web?serverTimezone=Asia/Shanghai&useLegacyDatetimeCode=false&useSSL=false&nullNamePatternMatchesAll=true&useUnicode=true&characterEncoding=UTF-8 + url: jdbc:mysql://localhost:3306/datax_web?serverTimezone=Asia/Shanghai&useLegacyDatetimeCode=false&useSSL=false&nullNamePatternMatchesAll=true&useUnicode=true&characterEncoding=UTF-8 driver-class-name: com.mysql.jdbc.Driver @@ -38,4 +38,4 @@ mybatis-plus: app: # 数据抽取日志文件保存路径 - etlLogDir: /data/applogs/datax-web/ \ No newline at end of file + etlLogDir: D:\temp\logs\datax-web\ \ No newline at end of file