From a49676a7ba7d3cd90dbe1764d16e299b81737a21 Mon Sep 17 00:00:00 2001 From: guwd Date: Thu, 12 Nov 2020 16:59:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=85=E9=83=A8=E5=BC=80=E6=BA=90=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 654f82c6..c6920f13 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -13,6 +13,10 @@ 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.i.mingsoft.net/ + host: store.i.mingsoft.net + login: http://ms.i.mingsoft.net/sso/login.do # scheme: https #解决使用代理服务器代理应用时标签解析域名依旧为http的问题 swagger: enable: true #启用swagger文档,生产的时候务必关掉 访问地址:http://ip|域名/项目发布名/swagger-ui.html