From 046305f178960ad0024f111e7f042e54befc66c7 Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期六, 02 十一月 2019 17:00:28 +0800 Subject: [PATCH] fix style --- src/main/resources/application.yml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 9021fd7..a558d3a 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -3,9 +3,9 @@ name: count-service datasource: driver-class-name: com.mysql.jdbc.Driver - url: jdbc:mysql://192.168.1.173:3306/count-service?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false + url: jdbc:mysql://127.0.0.1:3306/count-service?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false username: root - password: c++java123 + password: root hikari: minimum-idle: 5 maximum-pool-size: 20 -- Gitblit v1.8.0