From add72945295d91923663242a9720742349d1a73f Mon Sep 17 00:00:00 2001 From: thinkgem Date: Sun, 6 Sep 2020 23:44:09 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/core/src/main/resources/views/error/500.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/src/main/resources/views/error/500.html b/modules/core/src/main/resources/views/error/500.html index 11189e19..8243eb8f 100644 --- a/modules/core/src/main/resources/views/error/500.html +++ b/modules/core/src/main/resources/views/error/500.html @@ -53,7 +53,7 @@ else { && !@StringUtils.equals(message, "演示模式,不允许操作!")){ %>
${@StringUtils.toHtml(@ExceptionUtils.getStackTraceAsString(ex))}
- 此异常信息若不想输出,可打开jeesite.yml文件,设置error.page.printErrorInfo=false即可 + 此异常信息若不想输出,可打开 'application.yml' 文件,设置 'error.page.printErrorInfo: false' 即可
<% } %> <% } %>