From 761d56545aedfbc2ab75eb7a4ed95428919d3486 Mon Sep 17 00:00:00 2001 From: wangtp Date: Tue, 19 Jan 2021 14:25:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 4 +--- src/main/resources/application-dev.yml | 6 +++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index d722601a..327f37ef 100644 --- a/pom.xml +++ b/pom.xml @@ -49,14 +49,12 @@ net.mingsoft ms-basic - 1.0.36 - + 1.0.37 net.mingsoft ms-mdiy 1.0.28 - net.mingsoft diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 276dedce..9337dd27 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?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&autoReconnect=true&allowMultiQueries=true&useSSL=true - username: mcms - password: mcms + url: jdbc:mysql:/localhost:3306/mcms?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&autoReconnect=true&allowMultiQueries=true&useSSL=true + username: root + password: root filters: wall,mergeStat type: com.alibaba.druid.pool.DruidDataSource \ No newline at end of file