{
"exception": "org.springframework.dao.DataIntegrityViolationException",
"message": "could not execute statement; SQL [n/a]; nested exception is org.hibernate.exception.DataException: could not execute statement",
"status": 500.0,
"timestamp": "2025-03-26T15:04:11.69"
}
描述bug
apollo/apollo-common/src/main/java/com/ctrip/framework/apollo/common/controller/GlobalDefaultExceptionHandler.java
Line 118 in 6657a58
实际实现是

org.springframework.core.NestedRuntimeException#getMessage,只处理了2层包装异常Data too long for column 'Comment' at row 1复现
通过如下步骤可以复现:
期望
简介明了地描述你希望正常情况下应该发生什么
截图
如果可以,附上截图来描述你的问题
额外的细节和日志