From f7eb52c0896a6eceee9359513c22ffcb2b1a2aaf Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期一, 04 十一月 2019 20:17:16 +0800 Subject: [PATCH] BeanContext and CountThread --- 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