From 13d6d87ceb8d3926f5dd153919a57362ebb6a711 Mon Sep 17 00:00:00 2001 From: msgroup Date: Thu, 12 May 2022 15:04:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8F=8F=E8=BF=B0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 8abf4154..2a8a7a53 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -6,7 +6,7 @@ server: force: true charset: utf-8 enabled: true -# ssl: #https证书配置 配置了之后只能通过https访问应用 +# ssl: #https证书配置 配置了之后只能通过https访问应用,此配置只争对springboot方式有效,如果使用了nginx需要在nginx配置证书 # key-store: xxx.pfx 证书文件 # key-store-password: 1234 证书密码