From ccce63c4e2bb2d43e21d211b3e2a30474ed7047e Mon Sep 17 00:00:00 2001 From: msgroup Date: Fri, 11 Jun 2021 08:10:54 +0800 Subject: [PATCH] 2.1.3 --- src/main/resources/application-dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 82c548ca..d51192c6 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -1,7 +1,7 @@ spring: datasource: - url: jdbc:mysql://192.168.0.8:3316/mcms-5.2.2-210529?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&autoReconnect=true&allowMultiQueries=true&useSSL=true + url: jdbc:mysql://localhost:3306/mcms?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&autoReconnect=true&allowMultiQueries=true&useSSL=true username: root - password: root@78 + password: root filters: wall,mergeStat type: com.alibaba.druid.pool.DruidDataSource