Skip to content

Commit 659f61b

Browse files
author
litongjava
committed
add http.response.showExceptionDetails
1 parent 492ea40 commit 659f61b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/zh/03_配置/01.md

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
- `tio.mvc.request.printReport`:设置是否打印请求信息。这通常在开发环境下使用,以便于跟踪和调试。
2020
- `http.multipart.max-request-size`: 设置请求体的大小
2121
- `http.multipart.max-file-size`: 设置上传文件的大小
22+
- `http.response.showExceptionDetails`: 当请求出现异常时,在 HttpResponse 中显示异常信息,默认是是 false
2223
- `tio.http.request.printUrl` : 打印请求地址
2324
- `app.env`:定义应用的运行环境。根据 `app.env` 的不同值,可以加载不同的配置文件,以适应不同的开发、测试或生产环境。
2425

0 commit comments

Comments
 (0)