chore: 升级依赖 graceful-response 4.0.1-boot3 => 5.0.0-boot3

This commit is contained in:
2024-09-05 19:54:19 +08:00
parent 9e5f33b2c9
commit 2208dbd028
4 changed files with 159 additions and 45 deletions

View File

@@ -4,6 +4,8 @@ continew-starter.web.response:
i18n: false
# 响应类全名(配置后 response-style 将不再生效)
response-class-full-name: top.continew.starter.web.model.R
# 自定义失败 HTTP 状态码默认200建议业务和通信状态码区分
default-http-status-code-on-error: 200
# 自定义成功响应码默认0
default-success-code: 0
# 自定义成功提示默认ok