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' 即可
<% } %> <% } %>