mirror of
https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
synced 2025-10-28 02:24:21 +08:00
refactor(forgeboot-webmvc): 移除 WebMvcExceptionProperties 中未使用的 enable 属性
- 删除了 WebMvcExceptionProperties 类中未使用的 enable 属性 -简化了配置结构,提高了代码的可维护性
This commit is contained in:
parent
6fcf5d6d40
commit
05ab150b8e
@ -16,13 +16,6 @@ class WebMvcExceptionProperties {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* 是否启用国际化
|
|
||||||
*
|
|
||||||
* @param enable 是否启用国际化
|
|
||||||
*/
|
|
||||||
var enable: Boolean = false
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 设置其他通用外部异常的错误代码
|
* 设置其他通用外部异常的错误代码
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user