From 31c8549af37241a405d24dcac3c830c36cadce99 Mon Sep 17 00:00:00 2001 From: guwd Date: Thu, 10 Sep 2020 12:32:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom-war.xml | 2 +- pom.xml | 2 +- src/main/resources/application-dev.yml | 2 +- src/main/resources/application.yml | 3 --- 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/pom-war.xml b/pom-war.xml index 37837672..26881b76 100644 --- a/pom-war.xml +++ b/pom-war.xml @@ -10,7 +10,7 @@ 4.0.0 net.mingsoft ms-mcms - 5.1-SNAPSHOT + 5.1 ms-mcms war diff --git a/pom.xml b/pom.xml index a54da4c1..c2f752d0 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ 4.0.0 net.mingsoft ms-mcms - 5.1-SNAPSHOT + 5.1 ms-mcms 1.8 diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 53adf82d..ea0dbef7 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -1,6 +1,6 @@ spring: datasource: - url: jdbc:mysql://localhost:3306/mcms-dev-5.1?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true&serverTimezone=Asia/Shanghai + url: jdbc:mysql://localhost:3306/db-mcms-open?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true&serverTimezone=Asia/Shanghai username: root password: root filters: wall,mergeStat diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 3ea61939..35973503 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -13,9 +13,6 @@ logging: path: log #会在项目的根目录下生成log目录,里面会生成对应的日期目录,日期目录下面生成日志压缩包备份文件,默认按每10M分割一个日志文件,例如:log/2020-01/app-2020-01-03-18.1.log.gz(表示2020年1月3号下午六点的第一个备份),也可以根据实际情况写绝对路径,例如:d:/log ms: - mstore: - http: http://store.new.mingsoft.net - host: store.new.mingsoft.net # scheme: https #解决使用代理服务器代理应用时标签解析域名依旧为http的问题 swagger: enable: true #启用swagger文档,生产的时候务必关掉